From b3e40479f8aace5579d8c07810b560108178aff2 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Tue, 30 May 2023 21:03:52 +0200 Subject: [PATCH] Further changes required by Servo --- components/style/properties/properties.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/properties.mako.rs b/components/style/properties/properties.mako.rs index 0916260adb3..3bed01019ea 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -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();