mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
Fix Javaconnect build bustage
This commit is contained in:
parent
cf07e1ad5c
commit
e879274019
@ -41,7 +41,6 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
MODULE = javaxpcom
|
||||
LIBRARY_NAME = javaxpcom
|
||||
|
@ -1272,8 +1272,8 @@ GetXPCOMInstFromProxy(JNIEnv* env, jobject aJavaObject, void** aResult)
|
||||
if (!aResult)
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
long xpcom_obj = env->CallStaticIntMethod(xpcomJavaProxyClass,
|
||||
getNativeXPCOMInstMID, aJavaObject);
|
||||
long xpcom_obj = env->CallStaticLongMethod(xpcomJavaProxyClass,
|
||||
getNativeXPCOMInstMID, aJavaObject);
|
||||
|
||||
if (!xpcom_obj || env->ExceptionCheck()) {
|
||||
return NS_ERROR_FAILURE;
|
||||
|
@ -79,6 +79,7 @@ SDK_XPIDLSRCS = \
|
||||
JAVA_XPIDLSRCS = \
|
||||
nsIDownload.idl \
|
||||
nsITransfer.idl \
|
||||
nsIWebProgressListener2.idl \
|
||||
$(NULL)
|
||||
|
||||
XPIDLSRCS = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user