add Blob URL store

This commit is contained in:
Zhen Zhang 2016-06-01 13:45:13 +08:00
parent 4e277d74e8
commit 3d7ed42652
4 changed files with 71 additions and 0 deletions

View file

@ -88,6 +88,7 @@ extern crate webrender_traits;
extern crate websocket;
extern crate xml5ever;
mod blob_url_store;
pub mod bluetooth_blacklist;
pub mod clipboard_provider;
pub mod cors;