| Index: third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| diff --git a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| index 681fb0c6517712ce0adbd5d90dc791a025b2c33b..b39ca5fb8eb12af089161af8916856811368758f 100644
|
| --- a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| +++ b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| @@ -50,7 +50,7 @@ public:
|
|
|
| protected:
|
| // EventTarget overrides.
|
| - bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) override;
|
| + bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const AddEventListenerOptions&) override;
|
| bool removeEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) override;
|
|
|
| private:
|
|
|