diff --git a/components/style/properties/longhands/inherited_box.mako.rs b/components/style/properties/longhands/inherited_box.mako.rs index 65d5727f11a..aaa6815179c 100644 --- a/components/style/properties/longhands/inherited_box.mako.rs +++ b/components/style/properties/longhands/inherited_box.mako.rs @@ -54,6 +54,7 @@ ${helpers.single_keyword( ${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",