From 8dcf5cddca211feb6cce5cb203dd351f18a9c90b Mon Sep 17 00:00:00 2001 From: sskcvqikf Date: Mon, 24 Oct 2022 17:47:34 +0000 Subject: [PATCH] style: Change NS_STYLE_MATH_STYLE_* macros to enum StyleMathStyle Differential Revision: https://phabricator.services.mozilla.com/D160016 --- components/style/properties/longhands/font.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/font.mako.rs b/components/style/properties/longhands/font.mako.rs index f4425dacce1..fbc00abedb1 100644 --- a/components/style/properties/longhands/font.mako.rs +++ b/components/style/properties/longhands/font.mako.rs @@ -269,6 +269,7 @@ ${helpers.single_keyword( "math-style", "normal compact", engines="gecko", + gecko_enum_prefix="StyleMathStyle", gecko_pref="layout.css.math-style.enabled", spec="https://mathml-refresh.github.io/mathml-core/#the-math-style-property", has_effect_on_gecko_scrollbars=False,