mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +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 {
|
match property {
|
||||||
PropertyDeclarationId::Longhand(id) => {
|
PropertyDeclarationId::Longhand(id) => {
|
||||||
let mut s = String::new();
|
let mut s = String::new();
|
||||||
self.get_longhand_property_value(
|
self.get_resolved_value(
|
||||||
id,
|
id,
|
||||||
&mut CssWriter::new(&mut s)
|
&mut CssWriter::new(&mut s)
|
||||||
).unwrap();
|
).unwrap();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue