Bug 93822 - [V8] Remove v8ValueToWebCoreString()
Summary: [V8] Remove v8ValueToWebCoreString()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 93095
  Show dependency treegraph
 
Reported: 2012-08-13 04:55 PDT by Kentaro Hara
Modified: 2012-08-13 19:25 PDT (History)
3 users (show)

See Also:


Attachments
Patch (10.06 KB, patch)
2012-08-13 04:57 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>