| 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 f5a83b5bb67bbd97f43192e78593027724efa0fb..c16bfd2070608c9a1cc9340f5650820f6c7881bf 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| @@ -17,9 +17,6 @@
|
| 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
|
| - [DeprecateAs=DeprecatedBluetoothDeviceUUIDsAttribute] readonly attribute UUID[] uuids;
|
|
|
| attribute EventHandler ongattserverdisconnected;
|
| };
|
|
|