aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorEduard Burtescu <edy.burt@gmail.com>2016-07-04 20:59:01 +0300
committerEduard Burtescu <edy.burt@gmail.com>2016-07-04 20:59:01 +0300
commit0db1faf87651c99223683faafc836353f016ffb3 (patch)
treedec7ee5366fdb60a47f495d32c11a9ed2b8a4eb2 /components/script/lib.rs
parenta77cc9950fb13ccd674a10e46c2327bfa0735dab (diff)
downloadservo-0db1faf87651c99223683faafc836353f016ffb3.tar.gz
servo-0db1faf87651c99223683faafc836353f016ffb3.zip
Switch to using the new rooted!/RootedGuard API for rooting.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 4823b2f475f..ebc5b4a1686 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -50,6 +50,7 @@ extern crate html5ever;
extern crate hyper;
extern crate image;
extern crate ipc_channel;
+#[macro_use]
extern crate js;
extern crate libc;
#[macro_use]