From f0524611c41547799a52b96329c0640f094eb802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 6 Jun 2023 23:31:45 +0200 Subject: [PATCH] style: Rename StyleMathMLMathVariant -> StyleMathVariant MANUAL PUSH: Trivial rename. --- 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 bd689673bc7..65ee3cbb6ce 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_enum_prefix="StyleMathMLMathVariant", + gecko_enum_prefix="StyleMathVariant", gecko_ffi_name="mMathVariant", spec="Internal (not web-exposed)", animation_value_type="none",