Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
index 3921a136ebe35b8dcb89d8a1c30543755fbe1d58..23f273b48889947387676d568fe4e0e52d91cb79 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
@@ -90,7 +90,7 @@ public: |
protected: |
// EventTarget |
DispatchEventResult dispatchEventInternal(Event*) override; |
- bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const AddEventListenerOptions&) override; |
+ bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const AddEventListenerOptionsResolved&) override; |
private: |
ServiceWorkerGlobalScope(const KURL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, std::unique_ptr<SecurityOrigin::PrivilegeData>, WorkerClients*); |