RESOLVED FIXED 87106
[V8] Replace 'throwTypeError(); return Undefined();' with 'return throwTypeError();'
https://bugs.webkit.org/show_bug.cgi?id=87106
Summary [V8] Replace 'throwTypeError(); return Undefined();' with 'return throwTypeEr...
Kentaro Hara
Reported 2012-05-22 02:14:31 PDT
We can replace throwTypeError(); return v8::Undefined(); with return throwTypeError(); This will be the final patch for a series of replacements.
Attachments
Patch (4.28 KB, patch)
2012-05-22 02:19 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-05-22 02:19:41 PDT
WebKit Review Bot
Comment 2 2012-05-22 15:58:15 PDT
Comment on attachment 143239 [details] Patch Clearing flags on attachment: 143239 Committed r118075: <http://trac.webkit.org/changeset/118075>
WebKit Review Bot
Comment 3 2012-05-22 15:58:33 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.