| 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 550d1968eb583466d3faff7ddb95ab3b6ec8d35d..70199395294a8873b3eb409204e4e717e5644741 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
|
| @@ -7,7 +7,5 @@
|
| [
|
| RuntimeEnabled=WebBluetooth,
|
| ] interface Bluetooth {
|
| - [CallWith=ScriptState, RaisesException, MeasureAs=WebBluetoothRequestDevice] Promise<BluetoothDevice> requestDevice (
|
| - RequestDeviceOptions options
|
| - );
|
| + [CallWith=ScriptState, RaisesException, MeasureAs=WebBluetoothRequestDevice] Promise<BluetoothDevice> requestDevice (optional RequestDeviceOptions options);
|
| };
|
|
|