RESOLVED FIXED 87079
[V8] Replace 'throwError(); return Undefined();' with 'return throwError()'
https://bugs.webkit.org/show_bug.cgi?id=87079
Summary [V8] Replace 'throwError(); return Undefined();' with 'return throwError()'
Kentaro Hara
Reported 2012-05-21 22:33:07 PDT
We can replace throwError(); return v8::Undefined(); with return throwError();
Attachments
Patch (13.35 KB, patch)
2012-05-21 22:36 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-05-21 22:36:09 PDT
Adam Barth
Comment 2 2012-05-21 23:50:04 PDT
Comment on attachment 143189 [details] Patch So much prettier.
WebKit Review Bot
Comment 3 2012-05-22 00:24:40 PDT
Comment on attachment 143189 [details] Patch Clearing flags on attachment: 143189 Committed r117923: <http://trac.webkit.org/changeset/117923>
WebKit Review Bot
Comment 4 2012-05-22 00:24: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.