RESOLVED CONFIGURATION CHANGED 262870
Dead code in MediaPlayerPrivateWebM
https://bugs.webkit.org/show_bug.cgi?id=262870
Summary Dead code in MediaPlayerPrivateWebM
Jean-Yves Avenard [:jya]
Reported 2023-10-08 14:31:51 PDT
Code to abort the current demuxing operation can be found in the MediaPlayerPrivateWebM , the code was copied from the SourceBufferPrivateAVFObjC but is not used [1] `abort()` is only called in the destructor and so is redundant with simply testing that the weak pointer isn't null. [1] https://searchfox.org/wubkat/rev/9709f5c78a15a0ae1e723096557a6a060822d868/Source/WebCore/platform/graphics/cocoa/MediaPlayerPrivateWebM.mm#1140-1144
Attachments
Radar WebKit Bug Importer
Comment 1 2023-10-08 14:32:05 PDT
Jean-Yves Avenard [:jya]
Comment 2 2023-12-06 20:28:53 PST
Was fixed by bug 264847
Note You need to log in before you can comment on or make changes to this bug.