aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_wrapper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/table_wrapper.rs')
-rw-r--r--components/layout/table_wrapper.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/table_wrapper.rs b/components/layout/table_wrapper.rs
index 574d275af12..a3fab380ae0 100644
--- a/components/layout/table_wrapper.rs
+++ b/components/layout/table_wrapper.rs
@@ -376,7 +376,7 @@ impl Flow for TableWrapperFlow {
match assigned_column_inline_sizes {
None => {
self.block_flow
- .propagate_assigned_inline_size_to_children(layout_context,
+ .propagate_assigned_inline_size_to_children(layout_context.shared_context(),
inline_start_content_edge,
inline_end_content_edge,
content_inline_size,
@@ -384,7 +384,7 @@ impl Flow for TableWrapperFlow {
}
Some(ref assigned_column_inline_sizes) => {
self.block_flow
- .propagate_assigned_inline_size_to_children(layout_context,
+ .propagate_assigned_inline_size_to_children(layout_context.shared_context(),
inline_start_content_edge,
inline_end_content_edge,
content_inline_size,