| 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 d0a484a364369ec752e95680a52742ac2ad58035..3efeeaafe706694ed7ef19383ac6d2af15df37b2 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| @@ -91,6 +91,11 @@ class BluetoothDevice final : public EventTargetWithInlineData,
|
|
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(gattserverdisconnected);
|
|
|
| + protected:
|
| + // EventTarget overrides:
|
| + void AddedEventListener(const AtomicString& eventType,
|
| + RegisteredEventListener&) override;
|
| +
|
| private:
|
| // Holds all GATT Attributes associated with this BluetoothDevice.
|
| Member<BluetoothAttributeInstanceMap> attribute_instance_map_;
|
|
|