[webkit-reviews] review requested: [Bug 36375] Worker's onerror handler should accept ErrorEvent as only argument instead of three arguments : [Attachment 52016] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 02:43:27 PDT 2010


Yury Semikhatsky <yurys at chromium.org> has asked  for review:
Bug 36375: Worker's onerror handler should accept ErrorEvent as only argument
instead of three arguments
https://bugs.webkit.org/show_bug.cgi?id=36375

Attachment 52016: patch
https://bugs.webkit.org/attachment.cgi?id=52016&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
According to Hixie WorkerGlobalScope.onerror should be a 3-argument function
for consistency with window.onerror API. I changed the code. Now it provides
custom binding for onerror event listener in worker context(probably I should
change this bug title or submit this patch in a new bug then).


More information about the webkit-reviews mailing list