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..b8c9db7fcdd4c7c3b41fe9405e6f07e5c523bafe 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
@@ -17,6 +17,7 @@ |
readonly attribute DOMString id; |
readonly attribute DOMString? name; |
readonly attribute BluetoothRemoteGATTServer gatt; |
+ // TODO(jyasskin): |uuids| should be FrozenArray<UUID>. |
Jeffrey Yasskin
2016/10/03 16:58:37
LGTM. You could also put "deprecate uuids" due to
foolip
2016/10/04 10:02:20
Went with "|uuids| was FrozenArray<UUID>, now remo
|
readonly attribute UUID[] uuids; |
attribute EventHandler ongattserverdisconnected; |