Ability for XPCOM to use non-default component registry and component directory
This commit is contained in:
@@ -2176,7 +2176,7 @@ NS_GetGlobalComponentManager(nsIComponentManager* *result)
|
||||
if (nsComponentManagerImpl::gComponentManager == NULL)
|
||||
{
|
||||
// XPCOM needs initialization.
|
||||
rv = NS_InitXPCOM(NULL);
|
||||
rv = NS_InitXPCOM(NULL, NULL, NULL);
|
||||
}
|
||||
|
||||
if (NS_SUCCEEDED(rv))
|
||||
|
||||
Reference in New Issue
Block a user