зеркало из https://github.com/mozilla/pjs.git
Attempt to fix build bustage.
This commit is contained in:
Родитель
23075ff1c6
Коммит
59aa7cc294
|
@ -31,6 +31,7 @@
|
||||||
#include "nsHashtable.h"
|
#include "nsHashtable.h"
|
||||||
#include "nsVoidArray.h"
|
#include "nsVoidArray.h"
|
||||||
#include "plstr.h"
|
#include "plstr.h"
|
||||||
|
#include "ProxyClassLoader.h"
|
||||||
|
|
||||||
#include "ProxyJNI.h"
|
#include "ProxyJNI.h"
|
||||||
|
|
||||||
|
@ -1610,4 +1611,4 @@ PR_IMPLEMENT(void) SetSecurityContext(JNIEnv* env, nsISecurityContext *context)
|
||||||
PR_IMPLEMENT(nsresult) GetSecurityContext(JNIEnv* env, nsISecurityContext **context) {
|
PR_IMPLEMENT(nsresult) GetSecurityContext(JNIEnv* env, nsISecurityContext **context) {
|
||||||
ProxyJNIEnv* proxyEnv = (ProxyJNIEnv*)env;
|
ProxyJNIEnv* proxyEnv = (ProxyJNIEnv*)env;
|
||||||
return proxyEnv->GetSecurityContext(context);
|
return proxyEnv->GetSecurityContext(context);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче