diff options
Diffstat (limited to 'components/layout/parallel.rs')
-rw-r--r-- | components/layout/parallel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/parallel.rs b/components/layout/parallel.rs index 4ad10b3db11..a5a4a51a5f3 100644 --- a/components/layout/parallel.rs +++ b/components/layout/parallel.rs @@ -196,7 +196,7 @@ pub fn reflow( context: &LayoutContext, queue: &rayon::ThreadPool, ) { - if opts::get().bubble_inline_sizes_separately { + if opts::get().debug.bubble_inline_sizes_separately { let bubble_inline_sizes = BubbleISizes { layout_context: &context, }; |