| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| index 1f4d3b3406b0ba25535038805162b6fd24a433d1..75361e0256c4289b1286a7d37455fb1803d54545 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -58,6 +58,7 @@ public:
|
| virtual void didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult) override;
|
| virtual void didHandleSyncEvent(int syncEventID) override;
|
| virtual void postMessageToClient(int clientID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) override;
|
| + virtual void skipWaiting(WebCallback*) override;
|
|
|
| virtual void trace(Visitor* visitor) override { ServiceWorkerGlobalScopeClient::trace(visitor); }
|
|
|
|
|