From 561de2f74877fc2caea8a23e79eddc0a76e48efb Mon Sep 17 00:00:00 2001 From: Thomas Dolezal Date: Sat, 1 Feb 2020 21:43:31 +0000 Subject: [PATCH] style: Converting empty-cells defines into enum class. Differential Revision: https://phabricator.services.mozilla.com/D61398 --- components/style/properties/longhands/inherited_table.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/inherited_table.mako.rs b/components/style/properties/longhands/inherited_table.mako.rs index 06b42e802b6..488fe5d2659 100644 --- a/components/style/properties/longhands/inherited_table.mako.rs +++ b/components/style/properties/longhands/inherited_table.mako.rs @@ -20,7 +20,7 @@ ${helpers.single_keyword( "empty-cells", "show hide", engines="gecko servo-2013", - gecko_constant_prefix="NS_STYLE_TABLE_EMPTY_CELLS", + gecko_enum_prefix="StyleEmptyCells", animation_value_type="discrete", spec="https://drafts.csswg.org/css-tables/#propdef-empty-cells", servo_restyle_damage="rebuild_and_reflow",