| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| index 8b2dbc1d2c3a742be21ca3ca04b4f98ffd3e6c21..5d3cf3f0237a61c969e47384b7cb68391623a3cb 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| @@ -162,7 +162,7 @@ ExecutionContext* PresentationConnection::executionContext() const
|
| return frame()->document();
|
| }
|
|
|
| -bool PresentationConnection::addEventListenerInternal(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener> listener, const EventListenerOptions& options)
|
| +bool PresentationConnection::addEventListenerInternal(const AtomicString& eventType, RawPtr<EventListener> listener, const EventListenerOptions& options)
|
| {
|
| if (eventType == EventTypeNames::statechange)
|
| UseCounter::count(executionContext(), UseCounter::PresentationConnectionStateChangeEventListener);
|
|
|