| 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..897b8585f5337e2d01581d70cb53929cdb8f94db 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, const RegisteredEventListener&) override;
|
|
|
| private:
|
| // Current state of the ActiveDOMObject. It is Active when created. It
|
|
|