aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/construct.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-11-20 14:57:13 +0100
committerSimon Sapin <simon.sapin@exyr.org>2016-11-20 15:29:09 +0100
commit08066800cd1a59e56a84dfb0c87f727401aa55e5 (patch)
treecc53a29cac629c47eeacbf071d45cc3985c872a9 /components/layout/construct.rs
parent72e4c6dc21c132d49cf0a5f68a3ba45d16cc8322 (diff)
downloadservo-08066800cd1a59e56a84dfb0c87f727401aa55e5.tar.gz
servo-08066800cd1a59e56a84dfb0c87f727401aa55e5.zip
Rename selector_matching.rs to stylist.rs
Diffstat (limited to 'components/layout/construct.rs')
-rw-r--r--components/layout/construct.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/construct.rs b/components/layout/construct.rs
index 26d47f95f05..cec247986b3 100644
--- a/components/layout/construct.rs
+++ b/components/layout/construct.rs
@@ -52,8 +52,8 @@ use style::context::SharedStyleContext;
use style::logical_geometry::Direction;
use style::properties::{self, ServoComputedValues};
use style::selector_impl::{PseudoElement, RestyleDamage};
-use style::selector_matching::Stylist;
use style::servo::restyle_damage::{BUBBLE_ISIZES, RECONSTRUCT_FLOW};
+use style::stylist::Stylist;
use table::TableFlow;
use table_caption::TableCaptionFlow;
use table_cell::TableCellFlow;