From 576883d5389c87686bd2bf5b7ff84f7575bc4d2a Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Thu, 21 Nov 2019 08:48:19 +0000 Subject: [PATCH] style: convert NS_STYLE_TEXT_ANCHOR_* to an enum class in nsStyleConsts.h Differential Revision: https://phabricator.services.mozilla.com/D53956 --- components/style/properties/longhands/inherited_svg.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/inherited_svg.mako.rs b/components/style/properties/longhands/inherited_svg.mako.rs index 4ad94b6fb63..1d75df08bd8 100644 --- a/components/style/properties/longhands/inherited_svg.mako.rs +++ b/components/style/properties/longhands/inherited_svg.mako.rs @@ -25,6 +25,7 @@ ${helpers.single_keyword( engines="gecko", animation_value_type="discrete", spec="https://www.w3.org/TR/SVG/text.html#TextAnchorProperty", + gecko_enum_prefix="StyleTextAnchor", )} // Section 11 - Painting: Filling, Stroking and Marker Symbols