aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorZhen Zhang <izgzhen@gmail.com>2016-06-11 00:26:26 +0800
committerZhen Zhang <izgzhen@gmail.com>2016-06-17 20:06:37 +0800
commit4d3379392d3d79c78fa68b0831d3f94d9da949c5 (patch)
treeda7fc5cdb9bd9a1343517367f7c76b8b78950e68 /components/script/lib.rs
parent5a0c98afb2998e7990e1c813f2bc15fe3c191638 (diff)
downloadservo-4d3379392d3d79c78fa68b0831d3f94d9da949c5.tar.gz
servo-4d3379392d3d79c78fa68b0831d3f94d9da949c5.zip
Implement Blob URL's DOM interfaces
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 267ab46aafb..307376854ca 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -86,7 +86,6 @@ extern crate webrender_traits;
extern crate websocket;
extern crate xml5ever;
-mod blob_url_store;
pub mod bluetooth_blacklist;
pub mod clipboard_provider;
mod devtools;