| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index 5b415420d50023d9320f9c2f95fd7eb23b0b3d4d..24172c365b61169e8e16aa52089f964c158c7942 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -60,7 +60,7 @@ public:
|
| virtual void didHandleActivateEvent(int eventID, WebServiceWorkerEventResult) = 0;
|
| virtual void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) = 0;
|
| // A null response means no valid response was provided by the service worker, so fallback to native.
|
| - virtual void didHandleFetchEvent(int fetchEventID, PassRefPtrWillBeRawPtr<Response> = nullptr) = 0;
|
| + virtual void didHandleFetchEvent(int fetchEventID, Response* = 0) = 0;
|
| virtual void didHandleSyncEvent(int syncEventID) = 0;
|
| virtual void postMessageToClient(int clientID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) = 0;
|
|
|
|
|