diff options
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r-- | components/script_layout_interface/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index 33d6696b782..929730f3909 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -26,6 +26,8 @@ extern crate heapsize; extern crate ipc_channel; extern crate libc; extern crate msg; +extern crate net_traits; +extern crate profile_traits; extern crate range; extern crate script_traits; extern crate selectors; @@ -33,7 +35,9 @@ extern crate selectors; extern crate string_cache; extern crate style; extern crate url; +extern crate util; +pub mod message; pub mod restyle_damage; pub mod rpc; pub mod wrapper_traits; |