| Index: Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index a260dab301a97236c9d235b08fa937272565351d..ae084dc19ea333a2722673dd0b1426453f6ffb94 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -32,7 +32,6 @@
|
| #define ServiceWorkerGlobalScopeProxy_h
|
|
|
| #include "core/workers/WorkerReportingProxy.h"
|
| -#include "public/platform/WebString.h"
|
| #include "public/web/WebServiceWorkerContextProxy.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/OwnPtr.h"
|
| @@ -72,7 +71,6 @@ public:
|
| virtual void dispatchInstallEvent(int) OVERRIDE;
|
| virtual void dispatchFetchEvent(int, const WebServiceWorkerRequest&) OVERRIDE;
|
| virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) OVERRIDE;
|
| - virtual void dispatchPushEvent(int, const WebString& data) OVERRIDE;
|
| virtual void dispatchSyncEvent(int) OVERRIDE;
|
|
|
| // WorkerReportingProxy overrides:
|
|
|