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

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


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





--- Comment #5 from Dominic Cooney <dominicc at chromium.org>  2011-07-05 18:44:59 PST ---
I now see why the second function is necessary. Any function that throws an exception will do. The built-ins window.alert, console.log, window.MouseEvent, etc. work because they throw TypeError: Illegal Invocation. But

function () { throw 'booger'; }

works equally well.

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