bug 721654 - Crash in mozilla::AndroidBridge::HandleGeckoMessage, follow up to require a JNI env for nsJNIString constructor r=kats

This commit is contained in:
Brad Lassey
2012-04-16 18:31:05 -04:00
parent b477288cf6
commit a6b7243d70
2 changed files with 11 additions and 11 deletions

View File

@@ -609,7 +609,7 @@ public:
class nsJNIString : public nsString
{
public:
nsJNIString(jstring jstr, JNIEnv *jenv = NULL);
nsJNIString(jstring jstr, JNIEnv *jenv);
};
}