Bug 834697 - Enable XBL scopes. r=bz

This commit is contained in:
Bobby Holley 2013-02-14 11:57:23 +01:00
parent 4b2b6d7fd1
commit c5955b3ea2

View File

@ -710,7 +710,7 @@ pref("dom.min_background_timeout_value", 1000);
pref("dom.experimental_bindings", true);
// Run content XBL in a separate scope.
pref("dom.xbl_scopes", false);
pref("dom.xbl_scopes", true);
// Don't use new input types
pref("dom.experimental_forms", false);