[Webkit-unassigned] [Bug 33561] New: [Android] JavaClass uses JSC-specific types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 12 16:58:43 PST 2010


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

           Summary: [Android] JavaClass uses JSC-specific types
           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


JavaClass, defined in WebCore/bridge/jni/jni_class.h, uses JSC-specific types.
This causes problems on Android, where we can build with JSC or V8. See
Bug 32154, which this bug blocks.

The JSC-specific version of JavaClass should be moved a different location, so
that the other common code can be used for both JSC and V8.

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