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 5c2e522f5d4..879216a2e27 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -43,7 +43,7 @@ extern crate png;
extern crate "rustc-serialize" as rustc_serialize;
extern crate time;
extern crate canvas;
-extern crate profile;
+extern crate profile_traits;
extern crate script_traits;
extern crate selectors;
extern crate util;