Bug 93822

Summary: [V8] Remove v8ValueToWebCoreString()
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 04:55:33 PDT
There are two equivalent ways to convert a V8 value to a WebCore String; i.e. v8ValueToWebCoreString() and toWebCoreString(). We can remove the former.

In a follow-up patch, I will replace v8ValueToAtomicWebCoreString() with toWebCoreAtomicString(), for consistency with toWebCoreString().
Comment 1 Kentaro Hara 2012-08-13 04:57:02 PDT
Created attachment 157962 [details]
Patch
Comment 2 Kentaro Hara 2012-08-13 17:50:07 PDT
Committed r125481: <http://trac.webkit.org/changeset/125481>