[Webkit-unassigned] [Bug 38525] New: JavaInstanceJSC.cpp and JNIUtilityPrivate.cpp need to include jni_jsobject.h for jlong_to_pt() and ptr_to_jlong()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 08:56:45 PDT 2010


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

           Summary: JavaInstanceJSC.cpp and JNIUtilityPrivate.cpp need to
                    include jni_jsobject.h for jlong_to_pt() and
                    ptr_to_jlong()
           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: ap at webkit.org, android-webkit-unforking at google.com


Change http://trac.webkit.org/changeset/55250 added code to JavaInstanceJSC.cpp
and JNIUtilityPrivate.cpp which uses jlong_to_pt() and ptr_to_jlong(). These
methods are provided in jni_jsobject.h but this header is not included
directly. This causes build errors on Android.

Furthermore, jni_jsobject.h includes Mac-specific code which is not guarded by
PLATFORM(MAC).

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