aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_cell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/table_cell.rs')
-rw-r--r--components/layout/table_cell.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/table_cell.rs b/components/layout/table_cell.rs
index d79c4d532b0..3e4bdc2d01d 100644
--- a/components/layout/table_cell.rs
+++ b/components/layout/table_cell.rs
@@ -110,6 +110,7 @@ impl Flow for TableCellFlow {
let containing_block_inline_size = self.block_flow.base.block_container_inline_size;
let inline_size_computer = InternalTable;
+
inline_size_computer.compute_used_inline_size(&mut self.block_flow,
ctx,
containing_block_inline_size);