[Webkit-unassigned] [Bug 55459] New: JNI code in Java bridge is not correctly guarded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 04:56:49 PST 2011


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

           Summary: JNI code in Java bridge is not correctly guarded
           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: 55387


This code is partially guarded with ENABLE(JAVA_BRIDGE), but the guarding is incomplete, so the code will not build with JAVA_BRIDGE not enabled. Note that we have to guard both headers and source files as we need to protect against <jni.h> not being present and hence all JNI types being undefined.

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