From 38e5897353f4a35b6cc8b0048e2b345be67153b9 Mon Sep 17 00:00:00 2001 From: Savo Date: Fri, 4 Oct 2019 12:34:28 +0200 Subject: [PATCH] style: Replace #define NS_STYLE_FLEX_WRAP with enum class. Differential Revision: https://phabricator.services.mozilla.com/D48166 --- 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 a63f7637db4..680b6117c42 100644 --- a/components/style/properties/longhands/position.mako.rs +++ b/components/style/properties/longhands/position.mako.rs @@ -91,6 +91,7 @@ ${helpers.single_keyword( extra_prefixes="webkit", animation_value_type="discrete", servo_restyle_damage = "reflow", + gecko_enum_prefix = "StyleFlexWrap", )} % if engine == "servo-2013":