зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
912b0c6d02
Коммит
bb74e75828
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче