aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 3470cd63652..6699ff49d5d 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -22,7 +22,7 @@ extern crate collections;
extern crate geom;
extern crate html5ever;
extern crate encoding;
-extern crate http;
+extern crate hyper;
extern crate js;
extern crate libc;
extern crate msg;