mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Miscellaneous build / tidy fixes.
This commit is contained in:
parent
5158f65810
commit
31e8e418ea
66 changed files with 566 additions and 294 deletions
|
@ -96,7 +96,8 @@ impl HTMLStyleElement {
|
|||
.expect("Element.textContent must be a string");
|
||||
let url = window.get_url();
|
||||
let css_error_reporter = window.css_error_reporter();
|
||||
let context = CssParserContext::new_for_cssom(
|
||||
let context = CssParserContext::new(
|
||||
Origin::Author,
|
||||
&url,
|
||||
Some(CssRuleType::Media),
|
||||
ParsingMode::DEFAULT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue