diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index e5967d19ddd..f932c4d0291 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -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; |