Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-30 21:03:52 +02:00
parent b702426c99
commit b3e40479f8

View file

@ -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();