diff options
Diffstat (limited to 'src/components/script/layout_interface.rs')
-rw-r--r-- | src/components/script/layout_interface.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/script/layout_interface.rs b/src/components/script/layout_interface.rs index d4d0aef7cf3..3a1531b83e6 100644 --- a/src/components/script/layout_interface.rs +++ b/src/components/script/layout_interface.rs @@ -9,13 +9,13 @@ use dom::node::{AbstractNode, ScriptView, LayoutView}; use script_task::{ScriptMsg, ScriptChan}; -use core::comm::{Chan, SharedChan}; +use std::comm::{Chan, SharedChan}; use geom::rect::Rect; use geom::size::Size2D; use geom::point::Point2D; use gfx::geometry::Au; use newcss::stylesheet::Stylesheet; -use std::net::url::Url; +use extra::net::url::Url; /// Asynchronous messages that script can send to layout. /// |