diff options
Diffstat (limited to 'components/layout_2020/style_ext.rs')
-rw-r--r-- | components/layout_2020/style_ext.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/style_ext.rs b/components/layout_2020/style_ext.rs index f6fb8d4000a..30b384f3884 100644 --- a/components/layout_2020/style_ext.rs +++ b/components/layout_2020/style_ext.rs @@ -59,7 +59,7 @@ impl ComputedValuesExt for ComputedValues { } else { &position.height }; - matches!(size, Size::LengthPercentage(lp) if lp.0.as_length().is_some()) + matches!(size, Size::LengthPercentage(lp) if lp.0.to_length().is_some()) } fn inline_box_offsets_are_both_non_auto(&self) -> bool { |