diff options
Diffstat (limited to 'src/components/layout/layout_task.rs')
-rw-r--r-- | src/components/layout/layout_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/layout_task.rs b/src/components/layout/layout_task.rs index 93b49652678..582a26c37e9 100644 --- a/src/components/layout/layout_task.rs +++ b/src/components/layout/layout_task.rs @@ -531,7 +531,7 @@ impl LayoutTask { fn solve_constraints<'a>(&mut self, layout_root: &mut Flow, layout_context: &'a LayoutContext<'a>) { - let _scope = layout_debug::Scope::new("solve_constraints".to_string()); + let _scope = layout_debug_scope!("solve_constraints"); if layout_context.shared.opts.bubble_inline_sizes_separately { let mut traversal = BubbleISizesTraversal { |