[Webkit-unassigned] [Bug 83108] Web Inspector: JSC Crash inspecting node with object event listener

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 20:00:21 PDT 2012


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





--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org>  2012-04-03 20:00:20 PST ---
(From update of attachment 135493)
View in context: https://bugs.webkit.org/attachment.cgi?id=135493&action=review

> LayoutTests/inspector/elements/event-listener-sidebar.html:27
> +    function ObjectHandler() { document.addEventListener("click", this, true); }
> +    ObjectHandler.prototype.toString = function() { return "ObjectHandler"; }
> +    new ObjectHandler();

Oops, I forgot to git add the new results! I'm making a new patch now.

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