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