NEW 215420
Clean up the VideoFullscreenModelClient management in VideoFullscreenModelContext
https://bugs.webkit.org/show_bug.cgi?id=215420
Summary Clean up the VideoFullscreenModelClient management in VideoFullscreenModelCon...
Peng Liu
Reported 2020-08-12 11:37:02 PDT
We should replace `HashSet<WebCore::VideoFullscreenModelClient*>` with `WeakHashSet<WebCore::VideoFullscreenModelClient>` and update all the call sites. This may be a source of latent bugs, if the m_clients set is mutated while calling callbacks. https://bugs.webkit.org/show_bug.cgi?id=215305#c8
Attachments
Radar WebKit Bug Importer
Comment 1 2020-08-19 11:37:13 PDT
Note You need to log in before you can comment on or make changes to this bug.