Change to new NS_InitXPCOM argument.
r=dp b=23157 a=edburns git-svn-id: svn://10.0.0.236/trunk@57023 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user