| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| index 5a50ec6de932cb97af1a7dfb650e58ff016042af..361525c6d55f055ad530a40602e38a1521b71bbf 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| @@ -17,6 +17,8 @@
|
| readonly attribute DOMString id;
|
| readonly attribute DOMString? name;
|
| readonly attribute BluetoothRemoteGATTServer gatt;
|
| + // TODO(jyasskin): |uuids| was FrozenArray<UUID>, now removed:
|
| + // https://github.com/WebBluetoothCG/web-bluetooth/pull/292
|
| readonly attribute UUID[] uuids;
|
|
|
| attribute EventHandler ongattserverdisconnected;
|
|
|