From 6428ed726d078bda1be3773e812fb1bf36b9793a Mon Sep 17 00:00:00 2001 From: Asfiya Date: Tue, 19 Feb 2019 17:01:59 +0000 Subject: [PATCH] style: Convert NS_STYLE_FLEX_DIRECTION to an enum class in nsStyleConsts.h Converted the #define variable NS_STYLE_FLEX_DIRECTION to an enum class in nsStyleConsts.h and made changes in other files that access it Differential Revision: https://phabricator.services.mozilla.com/D20291 --- components/style/properties/longhands/position.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/position.mako.rs b/components/style/properties/longhands/position.mako.rs index 2e9517cc853..725f0862a99 100644 --- a/components/style/properties/longhands/position.mako.rs +++ b/components/style/properties/longhands/position.mako.rs @@ -75,6 +75,7 @@ ${helpers.single_keyword( extra_prefixes="webkit", animation_value_type="discrete", servo_restyle_damage = "reflow", + gecko_enum_prefix = "StyleFlexDirection", )} ${helpers.single_keyword(