Index: Source/modules/serviceworkers/ServiceWorkerContainer.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.h b/Source/modules/serviceworkers/ServiceWorkerContainer.h |
index 484dc1f21f849f2ce65e0eb366ce8cfab07e9d24..57f78ff4bec1ed6c73578802acf4bdeabc0a0701 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerContainer.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerContainer.h |
@@ -74,6 +74,7 @@ public: |
ScriptPromise registerServiceWorker(ScriptState*, const String& pattern, const RegistrationOptions&); |
ScriptPromise getRegistration(ScriptState*, const String& documentURL); |
+ ScriptPromise getRegistrations(ScriptState*); |
// WebServiceWorkerProviderClient overrides. |
virtual void setController(WebServiceWorker*, bool shouldNotifyControllerChange) override; |