[Webkit-unassigned] [Bug 185191] document.open() event listener removal is not immediate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 08:56:35 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=185191

--- Comment #1 from Chris Dumez <cdumez at apple.com> ---
I believe the issue is that EventListenerMap::clear() clears m_entries but fails to call markAsRemoved() on each RegisteredEventListener. Therefore, if somebody already had a reference to the RegisteredEventListeners, it can still fire events at them.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180502/c6cbaa26/attachment.html>


More information about the webkit-unassigned mailing list