diff options
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index 73c5255ddca..52fa7fe4817 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -8,10 +8,10 @@ extern crate geom; extern crate hyper; extern crate layers; extern crate png; +extern crate rustc_serialize; extern crate util; extern crate url; extern crate style; -extern crate webdriver_traits; #[cfg(target_os="macos")] extern crate core_foundation; @@ -20,3 +20,4 @@ extern crate io_surface; pub mod compositor_msg; pub mod constellation_msg; +pub mod webdriver_msg; |