From 529ff36bb61bc1a11adf7f89413e051a6f02f1c4 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Fri, 4 Jan 2019 07:23:38 +0000 Subject: [PATCH] style: Drop layout.css.color-adjust.enabled pref. It was enabled by default in bug 1209273. Depends on D15702 Differential Revision: https://phabricator.services.mozilla.com/D15703 --- components/style/properties/longhands/inherited_box.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhands/inherited_box.mako.rs b/components/style/properties/longhands/inherited_box.mako.rs index aaa6815179c..4da61628677 100644 --- a/components/style/properties/longhands/inherited_box.mako.rs +++ b/components/style/properties/longhands/inherited_box.mako.rs @@ -55,7 +55,6 @@ ${helpers.single_keyword( "color-adjust", "economy exact", products="gecko", gecko_enum_prefix="StyleColorAdjust", - gecko_pref="layout.css.color-adjust.enabled", animation_value_type="discrete", spec="https://drafts.csswg.org/css-color/#propdef-color-adjust", )}