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
9f6341b83a
commit
98d10f954b
2 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,7 @@ impl CSSStyleRuleMethods for CSSStyleRule {
|
|||
stylesheet_origin: Origin::Author,
|
||||
namespaces: &namespaces,
|
||||
url_data: &url_data,
|
||||
for_supports_rule: false,
|
||||
};
|
||||
let mut css_parser = CssParserInput::new(&*value);
|
||||
let mut css_parser = CssParser::new(&mut css_parser);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue