mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Rename SelectorMethods to Visit, after its one method.
This commit is contained in:
parent
79f93cfb5b
commit
c14b766ff5
5 changed files with 11 additions and 11 deletions
|
@ -31,7 +31,7 @@ use selectors::bloom::{BloomFilter, NonCountingBloomFilter};
|
|||
use selectors::matching::{ElementSelectorFlags, matches_selector, MatchingContext, MatchingMode};
|
||||
use selectors::matching::VisitedHandlingMode;
|
||||
use selectors::parser::{AncestorHashes, Combinator, Component, Selector};
|
||||
use selectors::parser::{SelectorIter, SelectorMethods};
|
||||
use selectors::parser::{SelectorIter, Visit};
|
||||
use selectors::visitor::SelectorVisitor;
|
||||
use servo_arc::{Arc, ArcBorrow};
|
||||
use shared_lock::{Locked, SharedRwLockReadGuard, StylesheetGuards};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue