Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-30 21:32:29 +02:00
parent fdbb4d01e6
commit 7cfbaf37f7

View file

@ -3234,7 +3234,7 @@ impl ComputedValues {
let mut s = String::new(); let mut s = String::new();
self.get_resolved_value( self.get_resolved_value(
id, id,
&mut CssWriter::new(&mut s) &mut s
).unwrap(); ).unwrap();
s s
} }