diff options
Diffstat (limited to 'components/layout_2020/flexbox/construct.rs')
-rw-r--r-- | components/layout_2020/flexbox/construct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/flexbox/construct.rs b/components/layout_2020/flexbox/construct.rs index c4c5ff57d60..260e5266b82 100644 --- a/components/layout_2020/flexbox/construct.rs +++ b/components/layout_2020/flexbox/construct.rs @@ -171,7 +171,7 @@ where let non_replaced = NonReplacedFormattingContext { base_fragment_info: info.into(), style: info.style.clone(), - content_sizes_result: None, + content_sizes_result: Default::default(), contents: NonReplacedFormattingContextContents::Flow( block_formatting_context, ), |