diff options
Diffstat (limited to 'components/layout_thread')
-rw-r--r-- | components/layout_thread/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index d3be538e2b3..d3d55b590b9 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -1522,7 +1522,7 @@ impl LayoutThread { self.first_reflow = false; if opts::get().trace_layout { - layout_debug::end_trace(); + layout_debug::end_trace(self.generation); } if opts::get().dump_flow_tree { |