[Webkit-unassigned] [Bug 33672] New: [Android] JavaInstance uses JSC-specific types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 06:18:33 PST 2010


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

           Summary: [Android] JavaInstance 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


JavaInstance, defined in WebCore/bridge/jni/jni_instance.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 JavaInstance should be moved to a different
location, to
keep WebCore/bridge/jni for common code can be used with 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