diff --git a/mozilla/java/webclient/src/BrowserControlNativeShim.cpp b/mozilla/java/webclient/src/BrowserControlNativeShim.cpp index 7c15073f85e..b373419707c 100644 --- a/mozilla/java/webclient/src/BrowserControlNativeShim.cpp +++ b/mozilla/java/webclient/src/BrowserControlNativeShim.cpp @@ -692,7 +692,7 @@ Java_org_mozilla_webclient_BrowserControlNativeShim_nativeInitialize( const char *nativePath = (const char *) env->GetStringUTFChars(verifiedBinDirAbsolutePath, 0); gBinDir = nativePath; - NS_InitXPCOM(NULL, &gBinDir, NULL); + NS_InitXPCOM(NULL, &gBinDir); NS_SetupRegistry(); nsComponentManager::RegisterComponentLib(kSessionHistoryCID, NULL, NULL, APPSHELL_DLL,