Bug 23941 speed up install on Mac, r=cathleen, a=jar;
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar; Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
This commit is contained in:
@@ -194,7 +194,7 @@ nsNativeComponentLoader::Init(nsIComponentManager *aCompMgr, nsISupports *aReg)
|
||||
|
||||
// Get library name
|
||||
nsXPIDLCString library;
|
||||
rv = node->GetName(getter_Copies(library));
|
||||
rv = node->GetNameUTF8(getter_Copies(library));
|
||||
if (NS_FAILED(rv)) continue;
|
||||
|
||||
// Get key associated with library
|
||||
|
||||
Reference in New Issue
Block a user