| Index: Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerRegistration.idl b/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| index 13ace48612fe92a5eeb8a743beb51ad3b44f4ba3..91b756b104320babbbcb9102277a6a85bdd447cb 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| @@ -11,7 +11,7 @@
|
| [Unforgeable] readonly attribute ServiceWorker? installing;
|
| [Unforgeable] readonly attribute ServiceWorker? waiting;
|
| [Unforgeable] readonly attribute ServiceWorker? active;
|
| - readonly attribute ScalarValueString scope;
|
| + readonly attribute USVString scope;
|
|
|
| [CallWith=ScriptState] Promise unregister();
|
|
|
|
|