зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1334082 : changes "forceAnalyze" to "force" to match variable name r=bbouvier
MozReview-Commit-ID: ITRKSapSlpv --HG-- extra : rebase_source : 5d4097f5678e8e33df496df8d53f8f98a9e2b763
This commit is contained in:
Родитель
4d2572b183
Коммит
f4b0fa7a4f
|
@ -3734,7 +3734,7 @@ js::MaybeAnalyzeBeforeCreatingLargeArray(JSContext* cx, HandleObjectGroup group,
|
|||
ShouldUpdateTypes::Update);
|
||||
MOZ_ASSERT(result.value == DenseElementResult::Success);
|
||||
}
|
||||
objects->maybeAnalyze(cx, group, /* forceAnalyze = */ true);
|
||||
objects->maybeAnalyze(cx, group, /* force = */ true);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче