Bug 93824

Summary: [V8] Rename v8ValueToAtomicWebCoreString() to toWebCoreAtomicString()
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 93095    
Attachments:
Description Flags
Patch none

Description Kentaro Hara 2012-08-13 05:02:22 PDT
For naming consistency with toWebCoreString(), we can rename v8ValueToAtomicWebCoreString() to toWebCoreAtomicString(). Also we can rename v8ValueToAtomicWebCoreStringWithNullCheck() to toWebCoreAtomicStringWithNullCheck().
Comment 1 Kentaro Hara 2012-08-13 05:04:36 PDT
Created attachment 157963 [details]
Patch
Comment 2 Kentaro Hara 2012-08-13 17:51:53 PDT
Committed r125482: <http://trac.webkit.org/changeset/125482>