diff options
-rw-r--r-- | components/script/dom/element.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/element.rs b/components/script/dom/element.rs index ee5682b561a..f6e5357df10 100644 --- a/components/script/dom/element.rs +++ b/components/script/dom/element.rs @@ -89,9 +89,8 @@ use script_layout_interface::message::ReflowGoal; use script_thread::ScriptThread; use selectors::Element as SelectorsElement; use selectors::attr::{AttrSelectorOperation, NamespaceConstraint, CaseSensitivity}; -use selectors::matching::{ElementSelectorFlags, LocalMatchingContext, MatchingContext, MatchingMode}; +use selectors::matching::{ElementSelectorFlags, LocalMatchingContext, MatchingContext, RelevantLinkStatus}; use selectors::matching::{HAS_EDGE_CHILD_SELECTOR, HAS_SLOW_SELECTOR, HAS_SLOW_SELECTOR_LATER_SIBLINGS}; -use selectors::matching::{RelevantLinkStatus, matches_selector_list}; use selectors::sink::Push; use servo_arc::Arc; use servo_atoms::Atom; |