[Webkit-unassigned] [Bug 33958] New: [Android] JavaField and JavaArray use JSC-specific types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 21 09:08:14 PST 2010


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

           Summary: [Android] JavaField and JavaArray use 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


WebCore/bridge/jni/JNIBridge.[cpp|h] provides a number of classes.
Of these, JavaField and JavaArray use JSC-specific types.
This causes problems on Android, where we can build with JSC or V8.

These JSC-specific classes should be moved out of JNIBridge.[cpp|h] to allow
the file to 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