| Index: Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 79e0b27f90f2b34c915a5afff9080b7b7a349b4a..6a96665597e43c2baef7359c24ee92f84899203a 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -67,6 +67,7 @@ public:
|
|
|
| // WebServiceWorkerContextProxy overrides:
|
| virtual void dispatchInstallEvent(int) OVERRIDE;
|
| + virtual void dispatchFetchEvent(int) OVERRIDE;
|
|
|
| // WorkerReportingProxy overrides:
|
| virtual void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL) OVERRIDE;
|
|
|