| 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 361525c6d55f055ad530a40602e38a1521b71bbf..f5a83b5bb67bbd97f43192e78593027724efa0fb 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| @@ -19,7 +19,7 @@
|
| readonly attribute BluetoothRemoteGATTServer gatt;
|
| // TODO(jyasskin): |uuids| was FrozenArray<UUID>, now removed:
|
| // https://github.com/WebBluetoothCG/web-bluetooth/pull/292
|
| - readonly attribute UUID[] uuids;
|
| + [DeprecateAs=DeprecatedBluetoothDeviceUUIDsAttribute] readonly attribute UUID[] uuids;
|
|
|
| attribute EventHandler ongattserverdisconnected;
|
| };
|
|
|