From 6682f725cf843e177e627ee7942977c53f230cb2 Mon Sep 17 00:00:00 2001 From: Thomas Dolezal Date: Fri, 31 Jan 2020 01:23:23 +0000 Subject: [PATCH] style: Replacing table-layout defines with an enum. Differential Revision: https://phabricator.services.mozilla.com/D61260 --- components/style/properties/longhands/table.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/table.mako.rs b/components/style/properties/longhands/table.mako.rs index 0564942fc0a..104c28b8e04 100644 --- a/components/style/properties/longhands/table.mako.rs +++ b/components/style/properties/longhands/table.mako.rs @@ -12,6 +12,7 @@ ${helpers.single_keyword( engines="gecko servo-2013", gecko_ffi_name="mLayoutStrategy", animation_value_type="discrete", + gecko_enum_prefix="StyleTableLayout", spec="https://drafts.csswg.org/css-tables/#propdef-table-layout", servo_restyle_damage="reflow", )}