Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
index 19dc42267bdbfc224cf41dea85bc242b4585df12..9939aaa40ea88204674a64ee30066197c12d19c4 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
@@ -33,6 +33,7 @@ |
#include "core/dom/MessagePort.h" |
#include "core/workers/WorkerClients.h" |
+#include "public/platform/WebCallback.h" |
#include "public/platform/WebCallbacks.h" |
#include "public/platform/WebMessagePortChannel.h" |
#include "public/platform/WebServiceWorkerClientsInfo.h" |
@@ -66,6 +67,7 @@ public: |
virtual void didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult) = 0; |
virtual void didHandleSyncEvent(int syncEventID) = 0; |
virtual void postMessageToClient(int clientID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) = 0; |
+ virtual void skipWaiting(WebCallback*) = 0; |
static const char* supplementName(); |
static ServiceWorkerGlobalScopeClient* from(ExecutionContext*); |