From 4c728af02bf46be757be63bd0614d6002a67df9c Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Thu, 6 Jan 2000 22:45:48 +0000 Subject: [PATCH] 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 --- mozilla/java/webclient/src/BrowserControlNativeShim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,