forked from mirrors/gecko-dev
Bug 1850755: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
45c8d79957
commit
13854844cf
1 changed files with 2 additions and 2 deletions
|
|
@ -1007,8 +1007,8 @@ static void ReloadPrefsCallback(const char* pref, void* aXpccx) {
|
|||
JS_OPTIONS_DOT_STR "experimental.weakrefs.expose_cleanupSome");
|
||||
sShadowRealmsEnabled =
|
||||
Preferences::GetBool(JS_OPTIONS_DOT_STR "experimental.shadow_realms");
|
||||
sWellFormedUnicodeStringsEnabled = Preferences::GetBool(
|
||||
JS_OPTIONS_DOT_STR "well_formed_unicode_strings");
|
||||
sWellFormedUnicodeStringsEnabled =
|
||||
Preferences::GetBool(JS_OPTIONS_DOT_STR "well_formed_unicode_strings");
|
||||
#ifdef NIGHTLY_BUILD
|
||||
sIteratorHelpersEnabled =
|
||||
Preferences::GetBool(JS_OPTIONS_DOT_STR "experimental.iterator_helpers");
|
||||
|
|
|
|||
Loading…
Reference in a new issue