Bug 90238

Summary: [V8] Replace v8::Integer::New() with v8Integer() in bindings/v8/*.{h,cpp}
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, jochen, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 84074    
Attachments:
Description Flags
Patch none

Description Kentaro Hara 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}.
Comment 1 Kentaro Hara 2012-06-28 19:47:11 PDT
Created attachment 150068 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-06-29 02:35:34 PDT
All reviewed patches have been landed.  Closing bug.