mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Fix Table Caption infinite recursion.
This commit is contained in:
parent
443b1b98e1
commit
a70543c2a3
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ impl Flow for TableCaptionFlow {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn iterate_through_fragment_bounds(&self, iterator: &mut FragmentBoundsIterator) {
|
fn iterate_through_fragment_bounds(&self, iterator: &mut FragmentBoundsIterator) {
|
||||||
self.iterate_through_fragment_bounds(iterator);
|
self.block_flow.iterate_through_fragment_bounds(iterator);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue