mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Further changes required by Servo
This commit is contained in:
parent
356e886d26
commit
3914ff627e
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
use crate::attr::NamespaceConstraint;
|
||||
use crate::parser::{Combinator, Component, Selector, SelectorImpl};
|
||||
use bitflags::bitflags;
|
||||
|
||||
/// A trait to visit selector properties.
|
||||
///
|
||||
|
|
|
@ -14,6 +14,7 @@ use crate::{Atom, LocalName, Namespace, ShrinkIfNeeded};
|
|||
use selectors::attr::NamespaceConstraint;
|
||||
use selectors::parser::{Combinator, Component};
|
||||
use selectors::parser::{Selector, SelectorIter};
|
||||
use selectors::visitor::{SelectorVisitor, SelectorListKind};
|
||||
use smallvec::SmallVec;
|
||||
use style_traits::dom::{DocumentState, ElementState};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue