mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Devirtualize CSS error reporting.
This commit is contained in:
parent
2e775abfa4
commit
1297c0ff51
28 changed files with 255 additions and 211 deletions
|
@ -86,7 +86,6 @@ impl HTMLStyleElement {
|
|||
let data = node.GetTextContent().expect("Element.textContent must be a string");
|
||||
let url = win.get_url();
|
||||
let context = CssParserContext::new_for_cssom(&url,
|
||||
win.css_error_reporter(),
|
||||
Some(CssRuleType::Media),
|
||||
PARSING_MODE_DEFAULT,
|
||||
doc.quirks_mode());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue