mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Collapse Selector, SelectorInner, and ComplexSelector into a single Selector.
The refcounting is still internal. We'll fix that up next. MozReview-Commit-ID: CTxZNaR3Qgj
This commit is contained in:
parent
713c9a63f6
commit
5ddabef636
7 changed files with 71 additions and 147 deletions
|
@ -218,7 +218,7 @@ impl StylesheetInvalidationSet {
|
|||
let mut scope: Option<InvalidationScope> = None;
|
||||
|
||||
let mut scan = true;
|
||||
let mut iter = selector.inner.complex.iter();
|
||||
let mut iter = selector.iter();
|
||||
|
||||
loop {
|
||||
for component in &mut iter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue