From dc192172addea61fb68e42265cea6f4cf9bcfec8 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Fri, 28 Apr 2023 08:58:18 +0200 Subject: Clean up debug options --- components/layout/construct.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/layout/construct.rs') diff --git a/components/layout/construct.rs b/components/layout/construct.rs index c17d52dd155..c3ebed7d1a3 100644 --- a/components/layout/construct.rs +++ b/components/layout/construct.rs @@ -2068,7 +2068,7 @@ impl FlowRef { /// All flows must be finished at some point, or they will not have their intrinsic inline-sizes /// properly computed. (This is not, however, a memory safety problem.) fn finish(&mut self) { - if !opts::get().bubble_inline_sizes_separately { + if !opts::get().debug.bubble_inline_sizes_separately { FlowRef::deref_mut(self).bubble_inline_sizes(); FlowRef::deref_mut(self) .mut_base() -- cgit v1.2.3