mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Miscellaneous Servo build fixes.
This commit is contained in:
parent
18cda1567a
commit
e227715aee
12 changed files with 59 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue