RESOLVED FIXED254097
Have SourceBufferPrivate::m_buffered be a Ref<TimeRanges>
https://bugs.webkit.org/show_bug.cgi?id=254097
Summary Have SourceBufferPrivate::m_buffered be a Ref<TimeRanges>
Jean-Yves Avenard [:jya]
Reported 2023-03-17 18:32:04 PDT
And have have SourceBufferPrivate::buffered() return a reference as it can never be null
Attachments
Radar WebKit Bug Importer
Comment 1 2023-03-17 18:32:32 PDT
Jean-Yves Avenard [:jya]
Comment 2 2023-03-18 00:07:21 PDT
Actually, SourceBufferPrivate::m_buffered should be a PlatformTimeRanges instead as using a TimeRanges there is a layering violation
Jean-Yves Avenard [:jya]
Comment 3 2023-03-18 01:16:28 PDT
EWS
Comment 4 2023-03-18 16:24:56 PDT
Committed 261829@main (e99dba48f4a7): <https://commits.webkit.org/261829@main> Reviewed commits have been landed. Closing PR #11679 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.