[Webkit-unassigned] [Bug 63934] Event handler infinite recursion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 5 18:40:45 PDT 2011


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


Dominic Cooney <dominicc at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dglazkov at chromium.org




--- Comment #4 from Dominic Cooney <dominicc at chromium.org>  2011-07-05 18:40:45 PST ---
Is the V8 crash peculiar to the load event? Because I think I see where the event target is set to null—in EventDispatcher::dispatchEvent(PassRefPtr<Event>) doneWithDefault:

event->setTarget(windowContext.target())

sets the event target to 0. There’s a comment in WindowEventContext.cpp that load events aren’t dispatched to the window, and it explicitly declines to initialize m_target (which should be something like the document?)

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