Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
index 8b07b708e378048db0d06cd2a8a38a309ce1a883..48fbfede430f4b57ace3e2a8250fae75f302710a 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
@@ -59,6 +59,9 @@ public: |
virtual void trace(Visitor*) OVERRIDE; |
+ void requestSyncEvents(ExecutionContext*, bool requested, const Dictionary&); |
+ void requestSyncEvents(ExecutionContext*); |
+ |
private: |
ServiceWorkerGlobalScope(const KURL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>); |
}; |