| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| index 9729689c0a597bcb268b0f9fb76fff8a9903caef..8ee4fc9cc5a6f2db585c8af409b5a29c3d282a21 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -203,8 +203,8 @@ public:
|
|
|
| protected:
|
| // EventTarget overrides.
|
| - bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) override;
|
| - bool removeEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) override;
|
| + void addedEventListener(const AtomicString& eventType, RegisteredEventListener&) override;
|
| + void removedEventListener(const AtomicString& eventType, const RegisteredEventListener&) override;
|
|
|
| private:
|
| class WindowFrameObserver;
|
|
|