aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-01-28 21:46:51 +0100
committerSimon Sapin <simon.sapin@exyr.org>2015-01-30 15:08:29 +0100
commitd13d36f57f4da7d51bfce0bcefc0d52fdacfb693 (patch)
treeb3abfe85110129dcc762591aef6dc8b24b167081 /components/script/layout_interface.rs
parent493a9e6a89d1f70374cfd27052819d61be305ba0 (diff)
downloadservo-d13d36f57f4da7d51bfce0bcefc0d52fdacfb693.tar.gz
servo-d13d36f57f4da7d51bfce0bcefc0d52fdacfb693.zip
End the libstyle 'pub use' madness.
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 e4c6231b649..4dfa9ac658a 100644
--- a/components/script/layout_interface.rs
+++ b/components/script/layout_interface.rs
@@ -16,7 +16,7 @@ use util::geometry::Au;
use std::any::Any;
use std::sync::mpsc::{channel, Receiver, Sender};
use std::boxed::BoxAny;
-use style::Stylesheet;
+use style::stylesheets::Stylesheet;
use url::Url;
pub use dom::node::TrustedNodeAddress;