[Webkit-unassigned] [Bug 135178] JSDOMWindowShell leaks on pages with media elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 22 20:34:56 PDT 2014


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





--- Comment #9 from Andreas Kling <akling at apple.com>  2014-07-22 20:35:08 PST ---
(In reply to comment #8)
> 
> > Source/WebCore/html/HTMLMediaElement.cpp:421
> > +    if (m_isolatedWorld)
> > +        m_isolatedWorld->clearWrappers();
> 
> This is wrong - it means if we ever destroy an htmlmediaelement we'll nuke all the dom wrappers

Why is this wrong? It will only nuke the DOM wrappers inside the isolated world *created by* this media element.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list