Chromium Code Reviews| Index: Source/modules/bluetooth/BluetoothGATTCharacteristic.idl |
| diff --git a/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl b/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl |
| index d90c23569ff72509a6259f81af483f81d2676ee5..7a99c40f4f9adc9e13ce3693c3f44ee488a34f09 100644 |
| --- a/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl |
| +++ b/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl |
| @@ -12,7 +12,7 @@ typedef DOMString UUID; |
| RuntimeEnabled=WebBluetooth, |
| ] interface BluetoothGATTCharacteristic {//: CharacteristicEventHandlers { |
| // readonly attribute BluetoothGATTService service; |
|
scheib
2015/06/04 18:30:52
TODO that the test should verify that this matches
ortuno
2015/06/05 20:58:00
Done.
|
| - // readonly attribute UUID uuid; |
| + readonly attribute UUID uuid; |
| // readonly attribute CharacteristicProperties properties; |
| // readonly attribute ArrayBuffer? value; |
| // Promise<BluetoothGATTDescriptor> getDescriptor(BluetoothDescriptorUUID descriptor); |