diff --git a/components/layout/incremental.rs b/components/layout/incremental.rs index d02bcde6cd2..9fbd5e6ce49 100644 --- a/components/layout/incremental.rs +++ b/components/layout/incremental.rs @@ -253,7 +253,6 @@ impl<'a> LayoutDamageComputation for &'a mut Flow { has_counter_affecting_children = has_counter_affecting_children || flow::base(kid).flags.intersects(AFFECTS_COUNTERS | HAS_COUNTER_AFFECTING_CHILDREN); - } }