mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -44,6 +44,7 @@ impl CSS {
|
|||
ParsingMode::DEFAULT,
|
||||
QuirksMode::NoQuirks,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
decl.eval(&context)
|
||||
}
|
||||
|
@ -61,6 +62,7 @@ impl CSS {
|
|||
ParsingMode::DEFAULT,
|
||||
QuirksMode::NoQuirks,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
cond.eval(&context)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue