From 2edc1139b634c7cb83f60332ae916f43aa92f45c Mon Sep 17 00:00:00 2001 From: Ben Freist Date: Mon, 9 Jan 2023 07:07:13 +0000 Subject: [PATCH] style: [refactor] Migrate NS_STYLE_LIST_STYLE_POSITION_* defines Differential Revision: https://phabricator.services.mozilla.com/D166140 --- components/style/properties/longhands/list.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/list.mako.rs b/components/style/properties/longhands/list.mako.rs index 3991725553e..096ebcd96db 100644 --- a/components/style/properties/longhands/list.mako.rs +++ b/components/style/properties/longhands/list.mako.rs @@ -11,6 +11,7 @@ ${helpers.single_keyword( "outside inside", engines="gecko servo", servo_pref="layout.legacy_layout", + gecko_enum_prefix="StyleListStylePosition", animation_value_type="discrete", spec="https://drafts.csswg.org/css-lists/#propdef-list-style-position", servo_restyle_damage="rebuild_and_reflow",