| Index: third_party/WebKit/Source/modules/presentation/PresentationAvailability.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationAvailability.h b/third_party/WebKit/Source/modules/presentation/PresentationAvailability.h
|
| index e1db6a635869f3e2a60979452622d5beec49116f..0184da7331fe509e20cbba3c185763478801eeff 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationAvailability.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationAvailability.h
|
| @@ -62,7 +62,7 @@ public:
|
|
|
| protected:
|
| // EventTarget implementation.
|
| - bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) override;
|
| + void addedEventListener(const AtomicString& eventType, RegisteredEventListener&) override;
|
|
|
| private:
|
| // Current state of the ActiveDOMObject. It is Active when created. It
|
|
|