diff options
Diffstat (limited to 'components/layout_2020/flexbox/construct.rs')
-rw-r--r-- | components/layout_2020/flexbox/construct.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout_2020/flexbox/construct.rs b/components/layout_2020/flexbox/construct.rs index d1d3580aace..c4c5ff57d60 100644 --- a/components/layout_2020/flexbox/construct.rs +++ b/components/layout_2020/flexbox/construct.rs @@ -181,7 +181,7 @@ where independent_formatting_context: IndependentFormattingContext::NonReplaced( non_replaced, ), - cached_layout: Default::default(), + block_content_size_cache: Default::default(), }))) }, FlexLevelJob::Element { @@ -213,7 +213,7 @@ where contents, self.text_decoration_line, ), - cached_layout: Default::default(), + block_content_size_cache: Default::default(), })) }; box_slot.set(LayoutBox::FlexLevel(box_.clone())); |