| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| index 64e7890c4c58cef3e0b9c49bc0a8ffd2f78554a1..0d8dade369d7fc83df67586b837af226ce903864 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| @@ -76,7 +76,6 @@ class BluetoothDevice final : public EventTargetWithInlineData,
|
| String id() { return m_webDevice->id; }
|
| String name() { return m_webDevice->name; }
|
| BluetoothRemoteGATTServer* gatt() { return m_gatt; }
|
| - Vector<String> uuids();
|
|
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(gattserverdisconnected);
|
|
|
|
|