aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/layout_interface.rs
diff options
context:
space:
mode:
authorKeegan McAllister <kmcallister@mozilla.com>2013-08-09 13:24:10 -0700
committerKeegan McAllister <kmcallister@mozilla.com>2013-08-15 13:55:40 -0700
commitbe061a9aa0384fc36b42f4f8902b6c8cb76d30cc (patch)
tree4ede58c0b6442422f720684686cd4715dc143d2c /src/components/script/layout_interface.rs
parentffe60ea02704c0bd4545a194bff3f2feafd0133c (diff)
downloadservo-be061a9aa0384fc36b42f4f8902b6c8cb76d30cc.tar.gz
servo-be061a9aa0384fc36b42f4f8902b6c8cb76d30cc.zip
Library changes
Diffstat (limited to 'src/components/script/layout_interface.rs')
-rw-r--r--src/components/script/layout_interface.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/layout_interface.rs b/src/components/script/layout_interface.rs
index 9c9f27328c6..c7c7634f80b 100644
--- a/src/components/script/layout_interface.rs
+++ b/src/components/script/layout_interface.rs
@@ -14,7 +14,7 @@ use geom::size::Size2D;
use geom::point::Point2D;
use gfx::geometry::Au;
use newcss::stylesheet::Stylesheet;
-use extra::net::url::Url;
+use extra::url::Url;
/// Asynchronous messages that script can send to layout.
///