From 9fd243bb3982b3c0405ae4e45e3101fb8c104c24 Mon Sep 17 00:00:00 2001 From: Philipp Zech Date: Sat, 28 Mar 2020 22:17:50 +0000 Subject: [PATCH] style: Convert control-character-visibility #defines to an enum class. Differential Revision: https://phabricator.services.mozilla.com/D68705 --- components/style/properties/longhands/inherited_text.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/inherited_text.mako.rs b/components/style/properties/longhands/inherited_text.mako.rs index 41ac96b6dd4..0d910448185 100644 --- a/components/style/properties/longhands/inherited_text.mako.rs +++ b/components/style/properties/longhands/inherited_text.mako.rs @@ -374,7 +374,7 @@ ${helpers.single_keyword( "-moz-control-character-visibility", "hidden visible", engines="gecko", - gecko_constant_prefix="NS_STYLE_CONTROL_CHARACTER_VISIBILITY", + gecko_enum_prefix="StyleControlCharacterVisibility", animation_value_type="none", gecko_ffi_name="mControlCharacterVisibility", spec="Nonstandard",