aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r--components/script/layout_interface.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs
index c759b358e79..831c04a9516 100644
--- a/components/script/layout_interface.rs
+++ b/components/script/layout_interface.rs
@@ -24,7 +24,7 @@ use std::sync::mpsc::{Receiver, Sender, channel};
use string_cache::Atom;
use style::context::ReflowGoal;
use style::selector_impl::PseudoElement;
-use style::stylesheets::Stylesheet;
+use style::servo::Stylesheet;
use url::Url;
use util::ipc::OptionalOpaqueIpcSender;