aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-11-20 15:24:34 +0100
committerSimon Sapin <simon.sapin@exyr.org>2016-11-20 15:30:37 +0100
commitb203ab2419d38b2542fcfa6350afe7dac061dfcb (patch)
tree80bf96d3f40b7b0c52df66be5e923991d18d5a22 /components/script/dom/document.rs
parent08066800cd1a59e56a84dfb0c87f727401aa55e5 (diff)
downloadservo-b203ab2419d38b2542fcfa6350afe7dac061dfcb.tar.gz
servo-b203ab2419d38b2542fcfa6350afe7dac061dfcb.zip
Rename selector_impl.rs to selector_parser.rs
This makes it consistent with an upcoming update of the selectors crate.
Diffstat (limited to 'components/script/dom/document.rs')
-rw-r--r--components/script/dom/document.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/document.rs b/components/script/dom/document.rs
index 7819c6e0d83..0bf77ccf73d 100644
--- a/components/script/dom/document.rs
+++ b/components/script/dom/document.rs
@@ -124,7 +124,7 @@ use std::time::{Duration, Instant};
use style::attr::AttrValue;
use style::context::ReflowGoal;
use style::restyle_hints::RestyleHint;
-use style::selector_impl::{RestyleDamage, Snapshot};
+use style::selector_parser::{RestyleDamage, Snapshot};
use style::str::{split_html_space_chars, str_join};
use style::stylesheets::Stylesheet;
use time;