diff --git a/components/layout/table_wrapper.rs b/components/layout/table_wrapper.rs index 7369acbbf4c..720f80566cc 100644 --- a/components/layout/table_wrapper.rs +++ b/components/layout/table_wrapper.rs @@ -305,7 +305,7 @@ impl Flow for TableWrapperFlow { self.compute_used_inline_size(layout_context, containing_block_inline_size, - intermediate_column_inline_sizes.as_slice()); + &intermediate_column_inline_sizes); if let TableLayout::Auto = self.table_layout { self.calculate_table_column_sizes_for_automatic_layout(