diff options
Diffstat (limited to 'components/layout_2020/formatting_contexts.rs')
-rw-r--r-- | components/layout_2020/formatting_contexts.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/formatting_contexts.rs b/components/layout_2020/formatting_contexts.rs index 3419d1be8e2..7467e7578d7 100644 --- a/components/layout_2020/formatting_contexts.rs +++ b/components/layout_2020/formatting_contexts.rs @@ -288,7 +288,7 @@ impl IndependentNonReplacedContents { IndependentNonReplacedContents::Flow(fc) => fc.layout_style(base), IndependentNonReplacedContents::Flex(fc) => fc.layout_style(), IndependentNonReplacedContents::Grid(fc) => fc.layout_style(), - IndependentNonReplacedContents::Table(fc) => fc.layout_style(), + IndependentNonReplacedContents::Table(fc) => fc.layout_style(None), } } |