mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 648801 (new DOM list bindings) - Turn on new DOM bindings. r=bz/jst/mrbkap.
This commit is contained in:
parent
5ad84cc8bb
commit
06ce10d35c
@ -601,7 +601,7 @@ pref("dom.min_background_timeout_value", 1000);
|
||||
|
||||
// Use the new DOM bindings (only affects any scopes created after the pref is
|
||||
// changed)
|
||||
pref("dom.new_bindings", false);
|
||||
pref("dom.new_bindings", true);
|
||||
|
||||
// Parsing perf prefs. For now just mimic what the old code did.
|
||||
#ifndef XP_WIN
|
||||
|
Loading…
Reference in New Issue
Block a user