diff options
author | Zakor Gyula <zakorgy@inf.u-szeged.hu> | 2017-01-30 11:30:06 +0100 |
---|---|---|
committer | Attila Dusnoki <dati91@gmail.com> | 2017-02-13 14:58:06 +0100 |
commit | 5287cd3beaebd8a7fe778e71e9693160cee38434 (patch) | |
tree | 3e1ee818d1f163f0d537f8d6711a63066b0274c9 /components/script/dom/mod.rs | |
parent | f3ddee5dbcecd51c35b7d40c7fc6d767cbfafb27 (diff) | |
download | servo-5287cd3beaebd8a7fe778e71e9693160cee38434.tar.gz servo-5287cd3beaebd8a7fe778e71e9693160cee38434.zip |
Bluetooth Permission API integration
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index b1541a225b7..4b3c0c02cbb 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -223,6 +223,7 @@ pub mod bluetooth; pub mod bluetoothadvertisingevent; pub mod bluetoothcharacteristicproperties; pub mod bluetoothdevice; +pub mod bluetoothpermissionresult; pub mod bluetoothremotegattcharacteristic; pub mod bluetoothremotegattdescriptor; pub mod bluetoothremotegattserver; |