mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Fix other parts of the Servo build.
This commit is contained in:
parent
6d43bf78bc
commit
5d8545d2b4
9 changed files with 27 additions and 8 deletions
|
@ -69,6 +69,7 @@ impl CSSSupportsRule {
|
|||
ParsingMode::DEFAULT,
|
||||
quirks_mode,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
let enabled = cond.eval(&context);
|
||||
let mut guard = self.cssconditionrule.shared_lock().write();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue