| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| index bfc55ffbcbe4d7cc3127c17a744f41180a4bc161..b9edeec88fc9c4bcea02bdc5311dd15eb828cb61 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| @@ -15,7 +15,7 @@
|
| // used to call getCharacteristic.
|
| // readonly attribute BluetoothGATTService service;
|
| readonly attribute UUID uuid;
|
| - // readonly attribute CharacteristicProperties properties;
|
| + readonly attribute BluetoothCharacteristicProperties properties;
|
| readonly attribute ArrayBuffer? value;
|
| // Promise<BluetoothGATTDescriptor> getDescriptor(BluetoothDescriptorUUID descriptor);
|
| // Promise<sequence<BluetoothGATTDescriptor>> getDescriptors(optional BluetoothDescriptorUUID descriptor);
|
|
|