From 4b9fc07522c20acd4c87e7983e2a34714664df0c Mon Sep 17 00:00:00 2001 From: Ben Freist Date: Tue, 22 Nov 2022 18:37:02 +0000 Subject: [PATCH] style: [refactor] Migrate NS_STYLE_UNICODE_BIDI_* defines Differential Revision: https://phabricator.services.mozilla.com/D162487 --- components/style/properties/longhands/text.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/text.mako.rs b/components/style/properties/longhands/text.mako.rs index 8dad54e2b24..daa5fcfd8ed 100644 --- a/components/style/properties/longhands/text.mako.rs +++ b/components/style/properties/longhands/text.mako.rs @@ -24,6 +24,7 @@ ${helpers.single_keyword( "normal embed isolate bidi-override isolate-override plaintext", engines="gecko servo", servo_pref="layout.legacy_layout", + gecko_enum_prefix="StyleUnicodeBidi", animation_value_type="none", spec="https://drafts.csswg.org/css-writing-modes/#propdef-unicode-bidi", servo_restyle_damage="rebuild_and_reflow",