From e944962fe2a9a674a782f8edcad5ef46af0b7db2 Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Fri, 6 Dec 2019 04:42:18 +0000 Subject: [PATCH] style: convert NS_STYLE_ISOLATION_* to an enum class in nsStyleConsts.h. Differential Revision: https://phabricator.services.mozilla.com/D55378 --- components/style/properties/longhands/box.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/box.mako.rs b/components/style/properties/longhands/box.mako.rs index b6720eb564be..f5f09f32e6eb 100644 --- a/components/style/properties/longhands/box.mako.rs +++ b/components/style/properties/longhands/box.mako.rs @@ -494,6 +494,7 @@ ${helpers.single_keyword( engines="gecko", spec="https://drafts.fxtf.org/compositing/#isolation", flags="CREATES_STACKING_CONTEXT", + gecko_enum_prefix="StyleIsolation", animation_value_type="discrete", )}