From b1cc6b4598709806bcb8d87545e2dc9124aa0a05 Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Thu, 27 Sep 2018 00:38:16 +0000 Subject: [PATCH] style: Rename pref "layout.css.scrollbar-colors.enabled" to "layout.css.scrollbar-color.enabled". Differential Revision: https://phabricator.services.mozilla.com/D7030 --- components/style/properties/longhands/inherited_ui.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,