Bug 269282
Summary: | Don't make HTMLMediaElement use WeakPtrImplWithEventTargetData | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 264134 |
Jean-Yves Avenard [:jya]
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/122859494>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/24336
EWS
Committed 274570@main (5821ffe0a29b): <https://commits.webkit.org/274570@main>
Reviewed commits have been landed. Closing PR #24336 and removing active labels.