Index: Source/modules/bluetooth/BluetoothDiscovery.idl |
diff --git a/Source/modules/bluetooth/BluetoothDiscovery.idl b/Source/modules/bluetooth/BluetoothDiscovery.idl |
index 8be973def340de6686ff00d5af3e3a27a814ddd9..bfdecf57f16a81a55a8bccb870400f2c6ca429e1 100644 |
--- a/Source/modules/bluetooth/BluetoothDiscovery.idl |
+++ b/Source/modules/bluetooth/BluetoothDiscovery.idl |
@@ -7,7 +7,7 @@ |
[ |
GarbageCollected, |
NoInterfaceObject, |
- RuntimeEnabled=Bluetooth, |
+ RuntimeEnabled=WebBluetooth, |
] interface BluetoothDiscovery { |
[CallWith=ScriptState] Promise<BluetoothDevice> requestDevice ( |
// Implement requestDevice: http://crbug.com/420284 |