mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Further changes required by Servo
This commit is contained in:
parent
7c4ec6e9cc
commit
d4aafad560
3 changed files with 6 additions and 3 deletions
|
@ -301,7 +301,7 @@ impl CSSStyleDeclaration {
|
|||
// Step 5
|
||||
let window = self.owner.window();
|
||||
let quirks_mode = window.Document().quirks_mode();
|
||||
let mut declarations = SourcePropertyDeclaration::new();
|
||||
let mut declarations = SourcePropertyDeclaration::default();
|
||||
let result = parse_one_declaration_into(
|
||||
&mut declarations,
|
||||
id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue