зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1582293 - Part 2: Fix interpretation of boolean worker GC prefs. r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D70591
This commit is contained in:
Родитель
3645d7dba0
Коммит
5147d7defc
|
@ -506,7 +506,7 @@ void LoadJSGCMemoryOptions(const char* aPrefName, void* /* aClosure */) {
|
|||
(gRuntimeServiceDuringInit && index == 14)) {
|
||||
bool prefValue = GetWorkerPref(matchName, false);
|
||||
UpdateOtherJSGCMemoryOption(rts, JSGC_COMPACTING_ENABLED,
|
||||
prefValue ? 0 : 1);
|
||||
prefValue ? 1 : 0);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче