fix linux build bustage by adding a |.get()| to resolve ambiguity
This commit is contained in:
@@ -786,7 +786,7 @@ nsNativeComponentLoader::AutoRegisterComponent(PRInt32 when,
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
nsCStringKey key(persistentDescriptor);
|
||||
nsCStringKey key(persistentDescriptor.get());
|
||||
|
||||
// Get the registry representation of the dll, if any
|
||||
nsDll *dll;
|
||||
|
||||
Reference in New Issue
Block a user