| Index: Source/modules/serviceworkers/ServiceWorkerContainer.h | 
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.h b/Source/modules/serviceworkers/ServiceWorkerContainer.h | 
| index 8ec0ccbeec24e1736023f1511a4b8674b9fc8b63..7e82ab2385d56c026b2ce5069e696b69a7df1035 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; | 
|  |