| Index: Source/modules/bluetooth/BluetoothGATTService.idl
|
| diff --git a/Source/modules/bluetooth/BluetoothGATTService.idl b/Source/modules/bluetooth/BluetoothGATTService.idl
|
| index 6269ed2499582f3051a540cdf8ccc1cf4bed81d6..fb4e0cd18d14e49fbc2d10063ddc8bdd741c9a09 100644
|
| --- a/Source/modules/bluetooth/BluetoothGATTService.idl
|
| +++ b/Source/modules/bluetooth/BluetoothGATTService.idl
|
| @@ -6,6 +6,7 @@
|
|
|
| // Implement BluetoothGATTService interface: https://crbug.com/483342
|
|
|
| +typedef DOMString BluetoothCharacteristicUUID;
|
| typedef DOMString UUID;
|
|
|
| [
|
| @@ -17,7 +18,7 @@ typedef DOMString UUID;
|
| // TODO(ortuno): Once device is implemented test that it matches
|
| // the original device.
|
| // readonly attribute BluetoothDevice device;
|
| - // Promise<BluetoothGATTCharacteristic> getCharacteristic(BluetoothCharacteristicUUID characteristic);
|
| + [CallWith=ScriptState] Promise<BluetoothGATTCharacteristic> getCharacteristic(BluetoothCharacteristicUUID characteristic);
|
| // Promise<sequence<BluetoothGATTCharacteristic>> getCharacteristics(optional BluetoothCharacteristicUUID characteristic);
|
| // Promise<BluetoothGATTService> getIncludedService(BluetoothServiceUUID service);
|
| // Promise<sequence<BluetoothGATTService>> getIncludedServices(optional BluetoothServiceUUID service);
|
|
|