diff --git a/components/style/properties/longhands/inherited_ui.mako.rs b/components/style/properties/longhands/inherited_ui.mako.rs index 6bdd0ff51b5..e1c7b18ec11 100644 --- a/components/style/properties/longhands/inherited_ui.mako.rs +++ b/components/style/properties/longhands/inherited_ui.mako.rs @@ -72,7 +72,7 @@ ${helpers.predefined_type( "ui::ScrollbarColor", "Default::default()", spec="https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color", - gecko_pref="layout.css.scrollbar-colors.enabled", + gecko_pref="layout.css.scrollbar-color.enabled", animation_value_type="ScrollbarColor", boxed=True, ignored_when_colors_disabled=True,