Bug 942914 - Remove initializer from .h file. r=rbarker

This commit is contained in:
Wes Johnston
2013-11-27 09:17:56 -08:00
parent c81320a797
commit c86cb7ff6b

View File

@@ -331,7 +331,7 @@ protected:
JNIEnv *mJNIEnv;
pthread_t mThread;
GeckoLayerClient *mLayerClient = NULL;
GeckoLayerClient *mLayerClient;
// the android.telephony.SmsMessage class
jclass mAndroidSmsMessageClass;