| Index: third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp b/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| index 560b3cdd5c94ba4b248f4dd66f5611a09e0237f4..52bf09b480b991a0ffaf5bb2c8828a206dfe0d0c 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| @@ -71,7 +71,7 @@ ExecutionContext* PresentationRequest::getExecutionContext() const
|
| return ActiveDOMObject::getExecutionContext();
|
| }
|
|
|
| -bool PresentationRequest::addEventListenerInternal(const AtomicString& eventType, EventListener* listener, const EventListenerOptions& options)
|
| +bool PresentationRequest::addEventListenerInternal(const AtomicString& eventType, EventListener* listener, const AddEventListenerOptions& options)
|
| {
|
| if (eventType == EventTypeNames::connectionavailable)
|
| UseCounter::count(getExecutionContext(), UseCounter::PresentationRequestConnectionAvailableEventListener);
|
|
|