Fix other parts of the Servo build.

This commit is contained in:
Emilio Cobos Álvarez 2018-09-03 13:07:04 +02:00
parent 6d43bf78bc
commit 5d8545d2b4
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
9 changed files with 27 additions and 8 deletions

View file

@ -1089,6 +1089,7 @@ impl WindowMethods for Window {
ParsingMode::DEFAULT,
quirks_mode,
self.css_error_reporter(),
None,
);
let media_query_list =
media_queries::MediaList::parse(&context, &mut parser);