зеркало из https://github.com/mozilla/pjs.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:
Родитель
e5d1799ed9
Коммит
40b48dae89
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче