Bug 93824 - [V8] Rename v8ValueToAtomicWebCoreString() to toWebCoreAtomicString()
Summary: [V8] Rename v8ValueToAtomicWebCoreString() to toWebCoreAtomicString()
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 05:02 PDT by Kentaro Hara
Modified: 2012-08-13 19:25 PDT (History)
3 users (show)

See Also:


Attachments
Patch (16.56 KB, patch)
2012-08-13 05:04 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 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>