зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1174386 - Fix a rebase-induced pointer-to-bool conversion error. r=bustage in a CLOSED TREE
This commit is contained in:
Родитель
423fb81bd4
Коммит
c07ca36127
|
@ -760,7 +760,7 @@ InitJSContextForWorker(WorkerPrivate* aWorkerPrivate, JSContext* aWorkerCx)
|
|||
|
||||
if (!JS_SetDefaultLocale(aWorkerCx, defaultLocale.get())) {
|
||||
NS_WARNING("failed to set workerCx's default locale");
|
||||
return nullptr;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче