aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorfokinv <fokinv@inf.u-szeged.hu>2016-05-20 13:19:58 +0200
committerAttila Dusnoki <dati91@gmail.com>2016-05-31 17:05:45 +0200
commita920e6d54e4e75e06ac8ac5029f9aa69fdf31ae8 (patch)
tree473b5d5892ace996d2afccdcbc7fbfe61f7ef13a /components/script/lib.rs
parentb11648903bb07a31ec93f3030058ed41b3472b17 (diff)
downloadservo-a920e6d54e4e75e06ac8ac5029f9aa69fdf31ae8.tar.gz
servo-a920e6d54e4e75e06ac8ac5029f9aa69fdf31ae8.zip
Add WebBluetooth Blacklist support
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index af6d3b2a9c0..6e978eb01c1 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -87,6 +87,7 @@ extern crate webrender_traits;
extern crate websocket;
extern crate xml5ever;
+pub mod bluetooth_blacklist;
pub mod clipboard_provider;
pub mod cors;
mod devtools;