mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Further changes required by Servo
This commit is contained in:
parent
fdbb4d01e6
commit
7cfbaf37f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue