From ab4580e112ef2c4e2afb13296b73d17940b86004 Mon Sep 17 00:00:00 2001 From: Ting-Yu Lin Date: Thu, 29 Sep 2022 03:40:56 +0000 Subject: [PATCH] style: More rename and clean up related to StyleClear * Rename `mBreakType` to `mFloatClearType` in nsLineBox and nsReflowStatus and the methods around it. * Rename `mBreakType` to `mClear` in nsStyleDisplay. * Many other method parameters or local variables rename such as from `aBreakType` to `aClearType`. Differential Revision: https://phabricator.services.mozilla.com/D158276 --- components/style/properties/longhands/box.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhands/box.mako.rs b/components/style/properties/longhands/box.mako.rs index ddf618cfba8..dda92ef38cb 100644 --- a/components/style/properties/longhands/box.mako.rs +++ b/components/style/properties/longhands/box.mako.rs @@ -79,7 +79,6 @@ ${helpers.predefined_type( "computed::Clear::None", engines="gecko servo", animation_value_type="discrete", - gecko_ffi_name="mBreakType", spec="https://drafts.csswg.org/css2/#propdef-clear", servo_restyle_damage="rebuild_and_reflow", )}