diff options
Diffstat (limited to 'components/layout/multicol.rs')
-rw-r--r-- | components/layout/multicol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/multicol.rs b/components/layout/multicol.rs index 09f0efd1130..fa50eb7a217 100644 --- a/components/layout/multicol.rs +++ b/components/layout/multicol.rs @@ -119,7 +119,7 @@ impl Flow for MulticolFlow { self.block_flow.fragment.border_box.size.inline = content_inline_size + padding_and_borders; self.block_flow.propagate_assigned_inline_size_to_children( - layout_context, inline_start_content_edge, inline_end_content_edge, column_width, + layout_context.shared_context(), inline_start_content_edge, inline_end_content_edge, column_width, |_, _, _, _, _, _| {}); } |