diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index ef0205b68b6..7f61031aab3 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -55,6 +55,8 @@ extern crate hyper_serde; extern crate image; extern crate ipc_channel; #[macro_use] +extern crate js; +#[macro_use] extern crate jstraceable_derive; extern crate keyboard_types; #[macro_use] @@ -71,8 +73,6 @@ extern crate mime; extern crate mime_guess; extern crate mitochondria; extern crate mozangle; -#[macro_use] -extern crate mozjs as js; extern crate msg; extern crate net_traits; extern crate num_traits; |