| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.idl
|
| index 1372cc02d9fd7a19634e92cd4c23b334ffb73abe..986cb8f95e96e664369ba3ee77c883da946c24af 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.idl
|
| @@ -12,6 +12,6 @@
|
| [SameObject] readonly attribute BluetoothRemoteGATTCharacteristic characteristic;
|
| readonly attribute UUID uuid;
|
| readonly attribute DataView? value;
|
| - [CallWith=ScriptState] Promise<DataView> readValue();
|
| - [CallWith=ScriptState] Promise<void> writeValue(BufferSource value);
|
| + [CallWith=ScriptState, MeasureAs=WebBluetoothRemoteDescriptorReadValue] Promise<DataView> readValue();
|
| + [CallWith=ScriptState, MeasureAs=WebBluetoothRemoteDescriptorWriteValue] Promise<void> writeValue(BufferSource value);
|
| };
|
|
|