mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
style: Fix Geckolib build.
This commit is contained in:
parent
bcd107967b
commit
9e2977d49e
3 changed files with 9 additions and 7 deletions
|
@ -1188,7 +1188,7 @@ pub extern "C" fn Servo_DeclarationBlock_SetPixelValue(declarations:
|
|||
BorderSpacing => Box::new(
|
||||
BorderSpacing {
|
||||
horizontal: nocalc.into(),
|
||||
vertical: nocalc.into(),
|
||||
vertical: None,
|
||||
}
|
||||
),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue