зеркало из https://github.com/mozilla/gecko-dev.git
fix linux build bustage by adding a |.get()| to resolve ambiguity
This commit is contained in:
Родитель
2b8f854ed9
Коммит
30f97813ad
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче