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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 22 21:08:06 PDT 2014


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





--- Comment #10 from Oliver Hunt <oliver at apple.com>  2014-07-22 21:08:17 PST ---
(In reply to comment #9)
> (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.

Wait each media element has its own entirely self container world?!?!?

-- 
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