aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/Bluetooth.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/Bluetooth.webidl')
-rw-r--r--components/script/dom/webidls/Bluetooth.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/Bluetooth.webidl b/components/script/dom/webidls/Bluetooth.webidl
index 8a8d8e6cc43..a24206036bf 100644
--- a/components/script/dom/webidls/Bluetooth.webidl
+++ b/components/script/dom/webidls/Bluetooth.webidl
@@ -25,7 +25,7 @@ dictionary RequestDeviceOptions {
boolean acceptAllDevices = false;
};
-[Pref="dom.bluetooth.enabled"]
+[Exposed=Window, Pref="dom.bluetooth.enabled"]
interface Bluetooth : EventTarget {
[SecureContext]
Promise<boolean> getAvailability();