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
920a1c1f08
commit
f1ae42678a
11 changed files with 17 additions and 4 deletions
|
@ -88,6 +88,7 @@ impl MediaListMethods for MediaList {
|
|||
Some(CssRuleType::Media),
|
||||
ParsingMode::DEFAULT,
|
||||
quirks_mode,
|
||||
/* namespaces = */ Default::default(),
|
||||
window.css_error_reporter(),
|
||||
None,
|
||||
);
|
||||
|
@ -130,6 +131,7 @@ impl MediaListMethods for MediaList {
|
|||
Some(CssRuleType::Media),
|
||||
ParsingMode::DEFAULT,
|
||||
quirks_mode,
|
||||
/* namespaces = */ Default::default(),
|
||||
win.css_error_reporter(),
|
||||
None,
|
||||
);
|
||||
|
@ -168,6 +170,7 @@ impl MediaListMethods for MediaList {
|
|||
Some(CssRuleType::Media),
|
||||
ParsingMode::DEFAULT,
|
||||
quirks_mode,
|
||||
/* namespaces = */ Default::default(),
|
||||
win.css_error_reporter(),
|
||||
None,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue