| Index: Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.h b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| index 1aebd8b7ef7a0993671712b792798bf1b8b2ed7e..ce0f0fd1fc13f8e1fa81d1397e34cbe2dbe623c2 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| @@ -71,6 +71,7 @@ public:
|
|
|
| ScriptPromise registerServiceWorker(ScriptState*, const String& pattern, const Dictionary&);
|
| ScriptPromise unregisterServiceWorker(ScriptState*, const String& scope);
|
| + ScriptPromise getRegistration(ScriptState*, const String& documentURL);
|
|
|
| // WebServiceWorkerProviderClient overrides.
|
| virtual void setController(WebServiceWorker*) OVERRIDE;
|
|
|