From 717e4acefb507d5be595309a14462d0f99e0f8e2 Mon Sep 17 00:00:00 2001 From: Ben Freist Date: Mon, 14 Nov 2022 08:43:36 +0000 Subject: [PATCH] style: [refactor] Migrate NS_STYLE_TEXT_COMBINE_UPRIGHT_* defines Differential Revision: https://phabricator.services.mozilla.com/D161965 --- components/style/properties/longhands/inherited_text.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/inherited_text.mako.rs b/components/style/properties/longhands/inherited_text.mako.rs index 541d102a1de..5d097579b54 100644 --- a/components/style/properties/longhands/inherited_text.mako.rs +++ b/components/style/properties/longhands/inherited_text.mako.rs @@ -319,6 +319,7 @@ ${helpers.single_keyword( "text-combine-upright", "none all", engines="gecko", + gecko_enum_prefix="StyleTextCombineUpright", animation_value_type="none", spec="https://drafts.csswg.org/css-writing-modes-3/#text-combine-upright", )}