RESOLVED FIXED Bug 269282
Don't make HTMLMediaElement use WeakPtrImplWithEventTargetData
https://bugs.webkit.org/show_bug.cgi?id=269282
Summary Don't make HTMLMediaElement use WeakPtrImplWithEventTargetData
Jean-Yves Avenard [:jya]
Reported 2024-02-13 02:08:09 PST
Part of MSE in a worker, we need to store a WeakPtr<HTMLMediaElement> and pass it across threads (to be read on the main thread only) using WeakPtr<HTMLMediaElement, WeakPtrImplWithEventTargetData> prevent the copy of the WeakPtr.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-02-13 02:08:19 PST
Jean-Yves Avenard [:jya]
Comment 2 2024-02-13 03:13:43 PST
EWS
Comment 3 2024-02-13 12:51:00 PST
Committed 274570@main (5821ffe0a29b): <https://commits.webkit.org/274570@main> Reviewed commits have been landed. Closing PR #24336 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.