From 7e3e8e1ca89e5e8bb6a86a4fa01959192fa7ff94 Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Mon, 2 Dec 2019 17:22:42 +0000 Subject: [PATCH] style: convert NS_STYLE_RUBY_POSITION_* to an enum class in nsStyleConsts.h Differential Revision: https://phabricator.services.mozilla.com/D55379 --- 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 46e79dc1f56..ae568c99295 100644 --- a/components/style/properties/longhands/inherited_text.mako.rs +++ b/components/style/properties/longhands/inherited_text.mako.rs @@ -342,6 +342,7 @@ ${helpers.single_keyword( engines="gecko", animation_value_type="discrete", spec="https://drafts.csswg.org/css-ruby/#ruby-position-property", + gecko_enum_prefix="StyleRubyPosition", )} // CSS Writing Modes Module Level 3