RESOLVED FIXED 93822
[V8] Remove v8ValueToWebCoreString()
https://bugs.webkit.org/show_bug.cgi?id=93822
Summary [V8] Remove v8ValueToWebCoreString()
Kentaro Hara
Reported 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().
Attachments
Patch (10.06 KB, patch)
2012-08-13 04:57 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-08-13 04:57:02 PDT
Kentaro Hara
Comment 2 2012-08-13 17:50:07 PDT
Note You need to log in before you can comment on or make changes to this bug.