| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| index b1087420b827ad4688acb694c8a3cd4b7a364a43..cf637e5a6acee9f192f9cb4d4ecd944ca1365fde 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -52,7 +52,7 @@ public:
|
|
|
| virtual void didHandleActivateEvent(int eventID, WebServiceWorkerEventResult) OVERRIDE;
|
| virtual void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) OVERRIDE;
|
| - virtual void didHandleFetchEvent(int fetchEventID, PassRefPtrWillBeRawPtr<Response>) OVERRIDE;
|
| + virtual void didHandleFetchEvent(int fetchEventID, Response*) OVERRIDE;
|
| virtual void didHandleSyncEvent(int syncEventID) OVERRIDE;
|
| virtual void postMessageToClient(int clientID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) OVERRIDE;
|
|
|
|
|