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",