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