diff options
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r-- | components/script_layout_interface/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index 284f6f33498..50565e4426a 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -36,8 +36,8 @@ extern crate range; extern crate script_traits; extern crate selectors; #[macro_use] extern crate servo_atoms; +extern crate servo_url; extern crate style; -extern crate url; pub mod message; pub mod reporter; |