diff --git a/components/layout/table_caption.rs b/components/layout/table_caption.rs index 8a426da962f..210bc8019e7 100644 --- a/components/layout/table_caption.rs +++ b/components/layout/table_caption.rs @@ -82,7 +82,7 @@ impl Flow for TableCaptionFlow { } fn iterate_through_fragment_bounds(&self, iterator: &mut FragmentBoundsIterator) { - self.iterate_through_fragment_bounds(iterator); + self.block_flow.iterate_through_fragment_bounds(iterator); } }