| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| index 91c48e501a869f45747b13455ad0480bd30fb0e8..e7501de0fe43d41095f702e8c6add0184c4f6b76 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -70,7 +70,7 @@ class ServiceWorkerGlobalScopeClientImpl final
|
| void respondToFetchEvent(int responseID,
|
| const WebServiceWorkerResponse&,
|
| double eventDispatchTime) override;
|
| - void didHandleFetchEvent(int eventFinishID,
|
| + void didHandleFetchEvent(int fetchEventID,
|
| WebServiceWorkerEventResult,
|
| double eventDispatchTime) override;
|
| void didHandleInstallEvent(int installEventID,
|
|
|