mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Bug 263460
OJI compilation error on GCC 3.4.2 due to spurious redeclaration of a static global method. r=kyle.yuan@sun.com sr=brendan@mozilla.org
This commit is contained in:
parent
763e4eb220
commit
adbb2ac41d
@ -284,7 +284,6 @@ private:
|
||||
jbool mInProxyFindClass;
|
||||
|
||||
static ProxyJNIEnv& GetProxyEnv(JNIEnv* env) { return *(ProxyJNIEnv*)env; }
|
||||
static nsISecureEnv* GetSecureEnv(JNIEnv* env) { return ((ProxyJNIEnv*)env)->mSecureEnv; }
|
||||
|
||||
nsISecurityContext* getContext() {
|
||||
if (!mContext) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user