From 24f21f375ac10fcbf85158c9a5ddd7d949bb9540 Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Mon, 2 Dec 2019 05:09:33 +0000 Subject: [PATCH] style: convert NS_STYLE_TEXT_SIZE_ADJUST_* to an enum class in nsStyleConsts.h Differential Revision: https://phabricator.services.mozilla.com/D55382 --- components/style/properties/longhands/inherited_text.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/inherited_text.mako.rs b/components/style/properties/longhands/inherited_text.mako.rs index b943b53b798..46e79dc1f56 100644 --- a/components/style/properties/longhands/inherited_text.mako.rs +++ b/components/style/properties/longhands/inherited_text.mako.rs @@ -53,7 +53,7 @@ ${helpers.single_keyword( "-moz-text-size-adjust", "auto none", engines="gecko", - gecko_constant_prefix="NS_STYLE_TEXT_SIZE_ADJUST", + gecko_enum_prefix="StyleTextSizeAdjust", gecko_ffi_name="mTextSizeAdjust", animation_value_type="discrete", spec="https://drafts.csswg.org/css-size-adjust/#adjustment-control",