mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Some servo build fixes.
This commit is contained in:
parent
f76acc84c6
commit
848a6203de
13 changed files with 198 additions and 188 deletions
|
@ -10,7 +10,7 @@ use crate::context::QuirksMode;
|
|||
use crate::error_reporting::ParseErrorReporter;
|
||||
use crate::media_queries::MediaList;
|
||||
use crate::shared_lock::SharedRwLock;
|
||||
use crate::stylesheets::{Origin, Stylesheet, StylesheetLoader, UrlExtraData};
|
||||
use crate::stylesheets::{AllowImportRules, Origin, Stylesheet, StylesheetLoader, UrlExtraData};
|
||||
use cssparser::{stylesheet_encoding, EncodingSupport};
|
||||
use servo_arc::Arc;
|
||||
use std::borrow::Cow;
|
||||
|
@ -78,6 +78,7 @@ impl Stylesheet {
|
|||
error_reporter,
|
||||
quirks_mode,
|
||||
0,
|
||||
AllowImportRules::Yes,
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -100,6 +101,7 @@ impl Stylesheet {
|
|||
stylesheet_loader,
|
||||
error_reporter,
|
||||
0,
|
||||
AllowImportRules::Yes,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue