diff options
author | Scott Trinh <scott@scotttrinh.com> | 2016-10-17 14:26:34 -0400 |
---|---|---|
committer | Scott Trinh <scott@scotttrinh.com> | 2016-10-17 16:08:07 -0400 |
commit | ab0ddf904048ad9a6fc1589faf598ee5d4e78116 (patch) | |
tree | 68c64edc99ec012b9bc63e89ac9274c09e942395 /components/script/dom/webidls/Bluetooth.webidl | |
parent | 887507b6f86bf4e763f49f12b48ee94029fc9e13 (diff) | |
download | servo-ab0ddf904048ad9a6fc1589faf598ee5d4e78116.tar.gz servo-ab0ddf904048ad9a6fc1589faf598ee5d4e78116.zip |
Partial fix for 12415
Diffstat (limited to 'components/script/dom/webidls/Bluetooth.webidl')
-rw-r--r-- | components/script/dom/webidls/Bluetooth.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/Bluetooth.webidl b/components/script/dom/webidls/Bluetooth.webidl index 16c30c770d4..89f09205f7e 100644 --- a/components/script/dom/webidls/Bluetooth.webidl +++ b/components/script/dom/webidls/Bluetooth.webidl @@ -18,7 +18,7 @@ dictionary RequestDeviceOptions { boolean acceptAllDevices = false; }; -[Pref="dom.bluetooth.enabled", Exposed=(Window,Worker)] +[Pref="dom.bluetooth.enabled"] interface Bluetooth { // [SecureContext] // readonly attribute BluetoothDevice? referringDevice; |