| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 5ce6d4dab8af802dfb2e2dc3a28748d4cb6bb684..d50d25330b2f697c494c9ac20b8a5dbe475b88c4 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -88,11 +88,9 @@ class ServiceWorkerGlobalScopeProxy final
|
| const WebSecurityOrigin& sourceOrigin,
|
| const WebMessagePortChannelArray&,
|
| std::unique_ptr<WebServiceWorker::Handle>) override;
|
| - void dispatchFetchEvent(int responseID,
|
| - int eventFinishID,
|
| + void dispatchFetchEvent(int fetchEventID,
|
| const WebServiceWorkerRequest&) override;
|
| - void dispatchForeignFetchEvent(int responseID,
|
| - int eventFinishID,
|
| + void dispatchForeignFetchEvent(int fetchEventID,
|
| const WebServiceWorkerRequest&) override;
|
| void dispatchInstallEvent(int) override;
|
| void dispatchNotificationClickEvent(int,
|
|
|