From d5bee572d7c8e0c6047a7cd896d77aa6ceec60bd Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Fri, 4 Jan 2019 07:23:07 +0000 Subject: [PATCH] style: Drop layout.css.box-decoration-break.enabled pref. It was enabled by default in bug 1006326. Differential Revision: https://phabricator.services.mozilla.com/D15702 --- components/style/properties/longhands/border.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhands/border.mako.rs b/components/style/properties/longhands/border.mako.rs index 2c304780e6d..3fcf73bf2f4 100644 --- a/components/style/properties/longhands/border.mako.rs +++ b/components/style/properties/longhands/border.mako.rs @@ -88,7 +88,6 @@ ${helpers.single_keyword( "box-decoration-break", "slice clone", gecko_enum_prefix="StyleBoxDecorationBreak", - gecko_pref="layout.css.box-decoration-break.enabled", spec="https://drafts.csswg.org/css-break/#propdef-box-decoration-break", products="gecko", animation_value_type="discrete",