| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.idl
|
| index a47a50e93afda198b40392d4230d87e73b586846..63a92ce28b6b47f8b6ac3a9bf63d3f00495690fa 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.idl
|
| @@ -16,10 +16,10 @@
|
| readonly attribute DataView? value;
|
| // Promise<BluetoothRemoteGATTDescriptor> getDescriptor(BluetoothDescriptorUUID descriptor);
|
| // Promise<sequence<BluetoothRemoteGATTDescriptor>> getDescriptors(optional BluetoothDescriptorUUID descriptor);
|
| - [CallWith=ScriptState] Promise<DataView> readValue();
|
| - [CallWith=ScriptState] Promise<void> writeValue(BufferSource value);
|
| - [CallWith=ScriptState] Promise<void> startNotifications();
|
| - [CallWith=ScriptState] Promise<void> stopNotifications();
|
| + [CallWith=ScriptState] Promise<DataView> readValue();
|
| + [CallWith=ScriptState] Promise<void> writeValue(BufferSource value);
|
| + [CallWith=ScriptState] Promise<BluetoothRemoteGATTCharacteristic> startNotifications();
|
| + [CallWith=ScriptState] Promise<BluetoothRemoteGATTCharacteristic> stopNotifications();
|
|
|
| // TODO(ortuno): Move this to CharacteristicEventHandlers.
|
| // http://crbug.com/537459
|
|
|