| Index: third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
|
| index 180af8c9fea116f0bca4a0381314104d27b6dd57..550d1968eb583466d3faff7ddb95ab3b6ec8d35d 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
|
| @@ -6,7 +6,7 @@
|
|
|
| [
|
| RuntimeEnabled=WebBluetooth,
|
| -] interface Bluetooth : EventTarget {
|
| +] interface Bluetooth {
|
| [CallWith=ScriptState, RaisesException, MeasureAs=WebBluetoothRequestDevice] Promise<BluetoothDevice> requestDevice (
|
| RequestDeviceOptions options
|
| );
|
|
|