[Webkit-unassigned] [Bug 55567] New: JavaString API should be implementable by both JSC and V8
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 2 03:17:25 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55567
Summary: JavaString API should be implementable by both JSC and
V8
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: steveblock at google.com
Blocks: 55566
Currently, the JavaString API includes 'operator UString() const' as a means of accessing the UTF-16 encoded version of the string. However, UString is a JSC-specific type, so this can only be implemented with JSC.
We should replace this operator with a method that is independent of the script engine.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list