| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.idl
|
| index 6e75a47361799e40292fce1d50c384a5d304e4f4..61a6ba92cd67b92b3d36f24bd70b3b0fea268383 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.idl
|
| @@ -12,8 +12,8 @@
|
| [SameObject] readonly attribute BluetoothDevice device;
|
| readonly attribute UUID uuid;
|
| readonly attribute boolean isPrimary;
|
| - [RaisesException, CallWith=ScriptState] Promise<BluetoothRemoteGATTCharacteristic> getCharacteristic(BluetoothCharacteristicUUID characteristic);
|
| - [RaisesException, CallWith=ScriptState] Promise<sequence<BluetoothRemoteGATTCharacteristic>> getCharacteristics(optional BluetoothCharacteristicUUID characteristic);
|
| + [RaisesException, CallWith=ScriptState, MeasureAs=WebBluetoothRemoteServiceGetCharacteristic] Promise<BluetoothRemoteGATTCharacteristic> getCharacteristic(BluetoothCharacteristicUUID characteristic);
|
| + [RaisesException, CallWith=ScriptState, MeasureAs=WebBluetoothRemoteServiceGetCharacteristics] Promise<sequence<BluetoothRemoteGATTCharacteristic>> getCharacteristics(optional BluetoothCharacteristicUUID characteristic);
|
| // Promise<BluetoothRemoteGATTService> getIncludedService(BluetoothServiceUUID service);
|
| // Promise<sequence<BluetoothRemoteGATTService>> getIncludedServices(optional BluetoothServiceUUID service);
|
| };
|
|
|