| 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..55a7c61263ae2dcd0ff845a3896ff22fd417ba86 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;
|
| + bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const AddEventListenerOptions&) override;
|
|
|
| private:
|
| // Current state of the ActiveDOMObject. It is Active when created. It
|
|
|