RESOLVED FIXED 87102
[V8] Replace 'setDOMException(); return Undefined();' with 'return setDOMException();'
https://bugs.webkit.org/show_bug.cgi?id=87102
Summary [V8] Replace 'setDOMException(); return Undefined();' with 'return setDOMExce...
Kentaro Hara
Reported 2012-05-22 01:43:53 PDT
We can replace setDOMException(); return v8::Undefined(); with return setDOMException();
Attachments
Patch (27.03 KB, patch)
2012-05-22 01:51 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-05-22 01:51:01 PDT
WebKit Review Bot
Comment 2 2012-05-22 15:21:42 PDT
Comment on attachment 143232 [details] Patch Clearing flags on attachment: 143232 Committed r118063: <http://trac.webkit.org/changeset/118063>
WebKit Review Bot
Comment 3 2012-05-22 15:21:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.