Bug 841876: Enable flexbox pref in release builds. r=dbaron

This commit is contained in:
Daniel Holbert 2013-03-29 18:33:25 -07:00
parent 035b68ac7f
commit 485fdf0ee7

View File

@ -1709,11 +1709,7 @@ pref("layout.css.supports-rule.enabled", true);
#endif
// Is support for CSS Flexbox enabled?
#ifdef RELEASE_BUILD
pref("layout.css.flexbox.enabled", false);
#else
pref("layout.css.flexbox.enabled", true);
#endif
// Are sets of prefixed properties supported?
pref("layout.css.prefixes.border-image", true);