From 519a0e77592c550de2a052b1e1cb4e234e0b7c5b Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Sun, 1 Dec 2019 13:05:55 +0000 Subject: [PATCH] style: convert NS_STYLE_TOP_LAYER_* to an enum class in nsStyleConsts.h Differential Revision: https://phabricator.services.mozilla.com/D55377 --- components/style/properties/longhands/box.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/box.mako.rs b/components/style/properties/longhands/box.mako.rs index aa6118b8a8a2..b6720eb564be 100644 --- a/components/style/properties/longhands/box.mako.rs +++ b/components/style/properties/longhands/box.mako.rs @@ -24,7 +24,7 @@ ${helpers.single_keyword( "-moz-top-layer", "none top", engines="gecko", - gecko_constant_prefix="NS_STYLE_TOP_LAYER", + gecko_enum_prefix="StyleTopLayer", gecko_ffi_name="mTopLayer", animation_value_type="none", enabled_in="ua",