Bug 84077

Summary: [Refactoring][V8] Remove $indent from NativeToJSValue()
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dglazkov, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 84074    
Attachments:
Description Flags
Patch japhet: review+

Description Kentaro Hara 2012-04-16 14:13:38 PDT
$indent in NativeToJSValue() in CodeGeneratorV8.pm is not used. We can remove it.
Comment 1 Kentaro Hara 2012-04-16 14:15:34 PDT
Created attachment 137400 [details]
Patch
Comment 2 Kentaro Hara 2012-04-16 14:19:59 PDT
Committed r114298: <http://trac.webkit.org/changeset/114298>