[Webkit-unassigned] [Bug 62122] JavaScript exception problem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 06:55:19 PDT 2011


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





--- Comment #1 from Yury Semikhatsky <yurys at chromium.org>  2011-06-06 06:55:19 PST ---
Looks like the problem is in the site which sets error handler using window.onerror = ... and the handler is invoked for "Uncaught ReferenceError: bagofholding is not defined" which is expected behavior of window.onerror. Before the change you mentioned window.onerror didn't work in WebKit and no uncaught exceptions would reach window.onerror handler.

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