| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| index 046b382d30eb46fa214832eb32fd27aece76b035..3a4947ab273ed79e4c8960e26a7c29bb760d6086 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -44,7 +44,7 @@ public:
|
| virtual ~ServiceWorkerGlobalScopeClientImpl();
|
|
|
| virtual void didHandleInstallEvent(int installEventID) OVERRIDE;
|
| - virtual void didHandleFetchEvent(int fetchEventID, PassRefPtr<WebCore::Response> = nullptr) OVERRIDE;
|
| + virtual void didHandleFetchEvent(int fetchEventID, PassRefPtr<WebCore::Response>) OVERRIDE;
|
|
|
| private:
|
| ServiceWorkerGlobalScopeClientImpl(PassOwnPtr<WebServiceWorkerContextClient>);
|
|
|