From 16207872f991f119843f675df9dde8edcf42b13f Mon Sep 17 00:00:00 2001 From: Ben Freist Date: Mon, 19 Dec 2022 22:47:24 +0000 Subject: [PATCH] style: [refactor] Migrate NS_STYLE_TEXT_DECORATION_STYLE_* defines Differential Revision: https://phabricator.services.mozilla.com/D163177 --- components/style/properties/longhands/text.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/text.mako.rs b/components/style/properties/longhands/text.mako.rs index daa5fcfd8ed..30471821b9b 100644 --- a/components/style/properties/longhands/text.mako.rs +++ b/components/style/properties/longhands/text.mako.rs @@ -45,6 +45,7 @@ ${helpers.single_keyword( "text-decoration-style", "solid double dotted dashed wavy -moz-none", engines="gecko servo", + gecko_enum_prefix="StyleTextDecorationStyle", animation_value_type="discrete", spec="https://drafts.csswg.org/css-text-decor/#propdef-text-decoration-style", )}