RESOLVED FIXED 85928
[JSC] Regression: addEventListener() and removeEventListener() raise an exception on missing args
https://bugs.webkit.org/show_bug.cgi?id=85928
Summary [JSC] Regression: addEventListener() and removeEventListener() raise an excep...
Benjamin Poulain
Reported 2012-05-08 16:24:47 PDT
addEventListener() and removeEventListener() raise an exception on missing args following: -https://bugs.webkit.org/show_bug.cgi?id=62750 -https://bugs.webkit.org/show_bug.cgi?id=71489 -https://bugs.webkit.org/show_bug.cgi?id=71503 This breaks content.
Attachments
Patch (10.42 KB, patch)
2012-05-08 16:39 PDT, Benjamin Poulain
ggaren: review+
Benjamin Poulain
Comment 1 2012-05-08 16:39:00 PDT
Geoffrey Garen
Comment 2 2012-05-08 16:40:25 PDT
Comment on attachment 140812 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=140812&action=review r=me > Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:2122 > + # For compatibility with legacy content, the EventListener call are generated without GenerateArgumentsCountCheck. Typo: should be "calls".
Benjamin Poulain
Comment 3 2012-05-08 20:19:30 PDT
Benjamin Poulain
Comment 4 2012-05-08 20:24:51 PDT
Note You need to log in before you can comment on or make changes to this bug.