aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorZakor Gyula <zakorgy@inf.u-szeged.hu>2017-01-30 11:30:06 +0100
committerAttila Dusnoki <dati91@gmail.com>2017-02-13 14:58:06 +0100
commit5287cd3beaebd8a7fe778e71e9693160cee38434 (patch)
tree3e1ee818d1f163f0d537f8d6711a63066b0274c9 /components/script/dom/mod.rs
parentf3ddee5dbcecd51c35b7d40c7fc6d767cbfafb27 (diff)
downloadservo-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.rs1
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;