RESOLVED FIXED90238
[V8] Replace v8::Integer::New() with v8Integer() in bindings/v8/*.{h,cpp}
https://bugs.webkit.org/show_bug.cgi?id=90238
Summary [V8] Replace v8::Integer::New() with v8Integer() in bindings/v8/*.{h,cpp}
Kentaro Hara
Reported 2012-06-28 19:37:09 PDT
v8Integer() is a fast wrapper of v8::Integer::New(). We can replace v8::Integer::New() with v8Integer() in bindings/v8/*.{h,cpp}.
Attachments
Patch (21.44 KB, patch)
2012-06-28 19:47 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-06-28 19:47:11 PDT
WebKit Review Bot
Comment 2 2012-06-29 02:35:28 PDT
Comment on attachment 150068 [details] Patch Clearing flags on attachment: 150068 Committed r121538: <http://trac.webkit.org/changeset/121538>
WebKit Review Bot
Comment 3 2012-06-29 02:35:34 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.