[Webkit-unassigned] [Bug 33586] New: [Android] appendClassName in jni_runtime.cpp uses JSC-specific UString type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 04:22:49 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33586

           Summary: [Android] appendClassName in jni_runtime.cpp uses
                    JSC-specific UString type
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com
                CC: android-webkit-unforking at google.com
            Blocks: 32154


appendClassName is a static helper function used in jni_runtime.cpp. This file
is largely script engine independent. However, appendClassName uses the
JSC-specific UString type, which causes problems on Android, where we can build
with JSC or V8. 

The function should be updated to use a non-JSC-specific type.

-- 
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