mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Further changes required by Servo
This commit is contained in:
parent
b702426c99
commit
b3e40479f8
1 changed files with 1 additions and 1 deletions
|
@ -3211,7 +3211,7 @@ impl ComputedValues {
|
|||
match property {
|
||||
PropertyDeclarationId::Longhand(id) => {
|
||||
let mut s = String::new();
|
||||
self.get_longhand_property_value(
|
||||
self.get_resolved_value(
|
||||
id,
|
||||
&mut CssWriter::new(&mut s)
|
||||
).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue