aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r--components/script_layout_interface/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs
index ebdb4a59b7a..073ae95978e 100644
--- a/components/script_layout_interface/lib.rs
+++ b/components/script_layout_interface/lib.rs
@@ -33,7 +33,7 @@ extern crate selectors;
extern crate servo_atoms;
extern crate servo_url;
extern crate style;
-extern crate webrender_traits;
+extern crate webrender_api;
pub mod message;
pub mod reporter;