diff options
author | fokinv <fokinv@inf.u-szeged.hu> | 2016-05-20 13:19:58 +0200 |
---|---|---|
committer | Attila Dusnoki <dati91@gmail.com> | 2016-05-31 17:05:45 +0200 |
commit | a920e6d54e4e75e06ac8ac5029f9aa69fdf31ae8 (patch) | |
tree | 473b5d5892ace996d2afccdcbc7fbfe61f7ef13a /components/script/lib.rs | |
parent | b11648903bb07a31ec93f3030058ed41b3472b17 (diff) | |
download | servo-a920e6d54e4e75e06ac8ac5029f9aa69fdf31ae8.tar.gz servo-a920e6d54e4e75e06ac8ac5029f9aa69fdf31ae8.zip |
Add WebBluetooth Blacklist support
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 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; |