RESOLVED INVALID 91198
CodeGeneratorJS.pm : SetterExpression should use 'push' rather than 'unshift'
https://bugs.webkit.org/show_bug.cgi?id=91198
Summary CodeGeneratorJS.pm : SetterExpression should use 'push' rather than 'unshift'
Dongwoo Joshua Im (dwim)
Reported 2012-07-13 00:28:36 PDT
Regarding CodeGeneratorV8.pm, 'SetterExpression' should 'push' to make arguments, rather than 'unshift'. I'll upload the patch soon.
Attachments
Patch (1.62 KB, patch)
2012-07-13 00:40 PDT, Dongwoo Joshua Im (dwim)
no flags
Dongwoo Joshua Im (dwim)
Comment 1 2012-07-13 00:40:57 PDT
Created attachment 152171 [details] Patch This is also needed to fix.
Kentaro Hara
Comment 2 2012-07-13 00:48:08 PDT
Comment on attachment 152171 [details] Patch Sounds reasonable. (Although I don't know there is a use case affected by this change.)
WebKit Review Bot
Comment 3 2012-07-13 02:05:37 PDT
Comment on attachment 152171 [details] Patch Clearing flags on attachment: 152171 Committed r122553: <http://trac.webkit.org/changeset/122553>
WebKit Review Bot
Comment 4 2012-07-13 02:05:48 PDT
All reviewed patches have been landed. Closing bug.
Thiago Marcos P. Santos
Comment 5 2012-07-13 03:28:17 PDT
Bindings generation tests are failing after this patch: http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Debug/builds/2751
Kentaro Hara
Comment 6 2012-07-13 04:04:29 PDT
This was a wrong fix. Rolled out at r122553.
Note You need to log in before you can comment on or make changes to this bug.