From 5cc43940ad7d5690e22e4cda59e3123c10574239 Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Sun, 1 Dec 2019 13:08:49 +0000 Subject: [PATCH] style: convert NS_STYLE_RUBY_ALIGN_* to an enum class in nsStyleConsts.h Differential Revision: https://phabricator.services.mozilla.com/D55380 --- 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 e7cfbba377b..b943b53b798 100644 --- a/components/style/properties/longhands/inherited_text.mako.rs +++ b/components/style/properties/longhands/inherited_text.mako.rs @@ -332,6 +332,7 @@ ${helpers.single_keyword( "space-around start center space-between", engines="gecko", animation_value_type="discrete", + gecko_enum_prefix="StyleRubyAlign", spec="https://drafts.csswg.org/css-ruby/#ruby-align-property", )}