mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
style: Convert control-character-visibility #defines to an enum class.
Differential Revision: https://phabricator.services.mozilla.com/D68705
This commit is contained in:
parent
d17b3cc202
commit
9fd243bb39
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ ${helpers.single_keyword(
|
||||||
"-moz-control-character-visibility",
|
"-moz-control-character-visibility",
|
||||||
"hidden visible",
|
"hidden visible",
|
||||||
engines="gecko",
|
engines="gecko",
|
||||||
gecko_constant_prefix="NS_STYLE_CONTROL_CHARACTER_VISIBILITY",
|
gecko_enum_prefix="StyleControlCharacterVisibility",
|
||||||
animation_value_type="none",
|
animation_value_type="none",
|
||||||
gecko_ffi_name="mControlCharacterVisibility",
|
gecko_ffi_name="mControlCharacterVisibility",
|
||||||
spec="Nonstandard",
|
spec="Nonstandard",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue