Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-09-27 23:13:50 +02:00 committed by Martin Robinson
parent 9f6341b83a
commit 98d10f954b
2 changed files with 2 additions and 0 deletions

View file

@ -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);