fix build bustage
git-svn-id: svn://10.0.0.236/trunk@43220 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
aaa1552107
commit
d51c20c700
@ -65,13 +65,13 @@ interface nsIJVMManager : nsISupports {
|
||||
* calling this method multiple times from the same thread will return
|
||||
* the same proxy JNI.
|
||||
*/
|
||||
void CreateProxyJNI(in nsISecureEnv secureEnv, out JNIEnv outProxyEnv);
|
||||
[noscript] void CreateProxyJNI(in nsISecureEnv secureEnv, out JNIEnv outProxyEnv);
|
||||
|
||||
/**
|
||||
* Returns the proxy JNI associated with the current thread, or NULL if no
|
||||
* such association exists.
|
||||
*/
|
||||
void GetProxyJNI(out JNIEnv outProxyEnv);
|
||||
[noscript] void GetProxyJNI(out JNIEnv outProxyEnv);
|
||||
|
||||
/**
|
||||
* Returns whether or not Java is enabled.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user