diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2016-11-20 14:57:13 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2016-11-20 15:29:09 +0100 |
commit | 08066800cd1a59e56a84dfb0c87f727401aa55e5 (patch) | |
tree | cc53a29cac629c47eeacbf071d45cc3985c872a9 /components/script/layout_wrapper.rs | |
parent | 72e4c6dc21c132d49cf0a5f68a3ba45d16cc8322 (diff) | |
download | servo-08066800cd1a59e56a84dfb0c87f727401aa55e5.tar.gz servo-08066800cd1a59e56a84dfb0c87f727401aa55e5.zip |
Rename selector_matching.rs to stylist.rs
Diffstat (limited to 'components/script/layout_wrapper.rs')
-rw-r--r-- | components/script/layout_wrapper.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/layout_wrapper.rs b/components/script/layout_wrapper.rs index d8af54b7b49..4b21eaf5da5 100644 --- a/components/script/layout_wrapper.rs +++ b/components/script/layout_wrapper.rs @@ -67,9 +67,9 @@ use style::dom::UnsafeNode; use style::element_state::*; use style::properties::{ComputedValues, PropertyDeclarationBlock}; use style::selector_impl::{NonTSPseudoClass, PseudoElement, RestyleDamage, ServoSelectorImpl}; -use style::selector_matching::ApplicableDeclarationBlock; use style::sink::Push; use style::str::is_whitespace; +use style::stylist::ApplicableDeclarationBlock; #[derive(Copy, Clone)] pub struct ServoLayoutNode<'a> { |