Bug 1119368 - Enable in-content preferences for EARLY_BETA_OR_EARLIER before Beta 36. r=gijs

This commit is contained in:
Jared Wein 2015-01-08 13:51:39 -05:00
parent c55c94710f
commit adecbdeb1e

View File

@ -862,7 +862,7 @@ pref("browser.preferences.animateFadeIn", false);
#endif
// Toggles between the two Preferences implementations, pop-up window and in-content
#ifndef RELEASE_BUILD
#ifdef EARLY_BETA_OR_EARLIER
pref("browser.preferences.inContent", true);
pref("browser.preferences.instantApply", true);
#else