Bug 1148104 - Enable fragmentation of floats in column layout in RELEASE builds. r=roc

This commit is contained in:
Mats Palmgren 2015-03-28 20:50:35 +00:00
parent 972a6213f9
commit c615325cb7

View File

@ -2300,11 +2300,7 @@ pref("layout.frame_rate.precise", false);
pref("layout.spammy_warnings.enabled", true);
// Should we fragment floats inside CSS column layout?
#ifdef RELEASE_BUILD
pref("layout.float-fragments-inside-column.enabled", false);
#else
pref("layout.float-fragments-inside-column.enabled", true);
#endif
// Is support for the Web Animations API enabled?
#ifdef RELEASE_BUILD