| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| index 6b81e9452e322e5e0a25b81be37897fc0a04eb51..efcc8006185aed8701a6092320cd6c97d7eaedf6 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| @@ -85,7 +85,7 @@ public:
|
|
|
| protected:
|
| // EventTarget overrides.
|
| - bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) override;
|
| + void addedEventListener(const AtomicString& eventType, RegisteredEventListener&) override;
|
|
|
| private:
|
| OwnPtr<WebBluetoothRemoteGATTCharacteristicInit> m_webCharacteristic;
|
|
|