Fix Table Caption infinite recursion.

This commit is contained in:
Andrew Hobden 2014-11-15 09:37:44 -08:00
parent 443b1b98e1
commit a70543c2a3

View file

@ -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);
}
}