From 7cfbaf37f7cd479748dddd0b6ff5a2fb4bc2545b Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Tue, 30 May 2023 21:32:29 +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 1ea03d96667..4ee388dfe6c 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -3234,7 +3234,7 @@ impl ComputedValues { let mut s = String::new(); self.get_resolved_value( id, - &mut CssWriter::new(&mut s) + &mut s ).unwrap(); s }