From e44bedbcda0883df7869110ee90873591fcd9115 Mon Sep 17 00:00:00 2001 From: Neia Finch Date: Tue, 6 Jun 2023 23:30:40 +0200 Subject: [PATCH] style: Replace MathML font constants with enum Differential Revision: https://phabricator.services.mozilla.com/D134802 --- components/style/properties/longhands/font.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/font.mako.rs b/components/style/properties/longhands/font.mako.rs index 12191509622..bd689673bc7 100644 --- a/components/style/properties/longhands/font.mako.rs +++ b/components/style/properties/longhands/font.mako.rs @@ -260,7 +260,7 @@ ${helpers.single_keyword( bold-sans-serif sans-serif-italic sans-serif-bold-italic monospace initial tailed looped stretched""", engines="gecko", - gecko_constant_prefix="NS_MATHML_MATHVARIANT", + gecko_enum_prefix="StyleMathMLMathVariant", gecko_ffi_name="mMathVariant", spec="Internal (not web-exposed)", animation_value_type="none",