From 1ef7c2f96b3eb169290c569903e1b7b64405fb56 Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Mon, 25 Nov 2019 16:00:23 +0000 Subject: [PATCH] style: convert NS_STYLE_WINDOW_SHADOW_* to an enum class in nsStyleConsts.h Differential Revision: https://phabricator.services.mozilla.com/D53920 --- components/style/properties/longhands/ui.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/ui.mako.rs b/components/style/properties/longhands/ui.mako.rs index 9bb38a150c1..05d22abd9e9 100644 --- a/components/style/properties/longhands/ui.mako.rs +++ b/components/style/properties/longhands/ui.mako.rs @@ -59,7 +59,7 @@ ${helpers.single_keyword( "none default menu tooltip sheet", engines="gecko", gecko_ffi_name="mWindowShadow", - gecko_constant_prefix="NS_STYLE_WINDOW_SHADOW", + gecko_enum_prefix="StyleWindowShadow", animation_value_type="discrete", enabled_in="chrome", spec="None (Nonstandard internal property)",