aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-04-03 18:03:14 +0200
committerSimon Sapin <simon.sapin@exyr.org>2017-04-03 18:08:20 +0200
commitc8b5b4a9bb787d1d5ff8f60038a9bb4a1781f11e (patch)
treea15afc887a4235aebb9d869fa33052c1d5c1ec4d /components/script/lib.rs
parente03093e96c1df53b613440b63b561e4ff7361e44 (diff)
downloadservo-c8b5b4a9bb787d1d5ff8f60038a9bb4a1781f11e.tar.gz
servo-c8b5b4a9bb787d1d5ff8f60038a9bb4a1781f11e.zip
Revert to per-process shared lock for author-origin stylesheets
Fixes https://github.com/servo/servo/issues/16097 Reopens https://github.com/servo/servo/issues/16027
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index ade3543bbe8..2de2e37ea38 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -60,6 +60,8 @@ extern crate ipc_channel;
extern crate js;
#[macro_use]
extern crate jstraceable_derive;
+#[macro_use]
+extern crate lazy_static;
extern crate libc;
#[macro_use]
extern crate log;