Index: third_party/WebKit/Source/modules/mediastream/MediaStream.cpp |
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStream.cpp b/third_party/WebKit/Source/modules/mediastream/MediaStream.cpp |
index b1b1a1907ea0c009259e610b20cff6e45e7a9df3..e901c1e88ce509a86014706713e34e288d6abf74 100644 |
--- a/third_party/WebKit/Source/modules/mediastream/MediaStream.cpp |
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStream.cpp |
@@ -302,7 +302,7 @@ void MediaStream::streamEnded() |
} |
} |
-bool MediaStream::addEventListenerInternal(const AtomicString& eventType, EventListener* listener, const AddEventListenerOptions& options) |
+bool MediaStream::addEventListenerInternal(const AtomicString& eventType, EventListener* listener, const AddEventListenerOptionsResolved& options) |
{ |
if (eventType == EventTypeNames::ended) |
Deprecation::countDeprecation(getExecutionContext(), UseCounter::MediaStreamOnEnded); |