Bug 648801 (new DOM list bindings) - Turn on new DOM bindings. r=bz/jst/mrbkap.

This commit is contained in:
Peter Van der Beken 2011-08-20 15:53:34 +02:00
parent 5ad84cc8bb
commit 06ce10d35c

View File

@ -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