зеркало из https://github.com/mozilla/gecko-dev.git
Fix use of the wrong variable that causes the same argument to be passed twice to NSGetModule. b=316416 r=bsmedberg
This commit is contained in:
Родитель
5be2517cdc
Коммит
1d842a82b4
|
@ -557,7 +557,7 @@ mozJSComponentLoader::LoadModule(nsILocalFile* aComponentFile,
|
|||
return rv;
|
||||
}
|
||||
|
||||
rv = cm_holder->GetJSObject(&file_jsobj);
|
||||
rv = file_holder->GetJSObject(&file_jsobj);
|
||||
if (NS_FAILED(rv)) {
|
||||
return rv;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче