mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
Further changes required by Servo
This commit is contained in:
parent
3d0cf4dbf9
commit
f0b7f3aca2
3 changed files with 19 additions and 3 deletions
|
@ -695,9 +695,9 @@ where
|
|||
Component::Slotted(ref selector) | Component::Host(Some(ref selector)) => {
|
||||
selector.size_of(ops)
|
||||
},
|
||||
Component::Is(ref list) |
|
||||
Component::Where(ref list) |
|
||||
Component::Has(ref list) => list.size_of(ops),
|
||||
Component::Is(ref list) | Component::Where(ref list) | Component::Has(ref list) => {
|
||||
list.size_of(ops)
|
||||
},
|
||||
Component::PseudoElement(ref pseudo) => (*pseudo).size_of(ops),
|
||||
Component::Combinator(..) |
|
||||
Component::ExplicitAnyNamespace |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue