[EME][GStreamer] remove m_cdmInstance ASSERT in cdmInstanceDetached
Created attachment 396074 [details] Patch
Created attachment 396081 [details] Patch
Comment on attachment 396081 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=396081&action=review > Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:-3788 > - if (m_cdmInstance != &instance) { > - GST_WARNING("passed CDMInstance %p is different from stored one %p", &instance, m_cdmInstance.get()); > - ASSERT_NOT_REACHED(); > - return; > - } I would still add this check inside the if, or even better, I would just bail out if (!m_cdmInstance).
Created attachment 396261 [details] Patch
Created attachment 396262 [details] Patch Manually add the reviewer field
Committed r260001: <https://trac.webkit.org/changeset/260001> All reviewed patches have been landed. Closing bug and clearing flags on attachment 396262 [details].