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:
edburns%acm.org
2000-01-06 22:45:48 +00:00
parent c79174770a
commit 4c728af02b

View File

@@ -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,