| Index: Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| diff --git a/Source/modules/serviceworkers/NavigatorServiceWorkerInterface.idl b/Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| similarity index 97%
|
| rename from Source/modules/serviceworkers/NavigatorServiceWorkerInterface.idl
|
| rename to Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| index b78400314d72159cde66ca19f899611ea9a0d88f..c6ab688c54e4466bab1267fcdb754c3126abf415 100644
|
| --- a/Source/modules/serviceworkers/NavigatorServiceWorkerInterface.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| @@ -31,7 +31,7 @@
|
| [
|
| RuntimeEnabled=ServiceWorker,
|
| NoInterfaceObject
|
| -] interface NavigatorServiceWorkerInterface {
|
| +] interface ServiceWorkerContainer {
|
| [CallWith=ExecutionContext, ImplementedAs=registerServiceWorker] Promise
|
| register(DOMString url, optional Dictionary options);
|
| [CallWith=ExecutionContext, ImplementedAs=unregisterServiceWorker] Promise unregister(optional DOMString scope);
|
|
|