| Index: Source/modules/serviceworkers/ServiceWorkerContainer.idl
 | 
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.idl b/Source/modules/serviceworkers/ServiceWorkerContainer.idl
 | 
| index e0c11311079455c99cd3117de90f33b55e1dbf53..9d3ffa883af079d26346167cb722c0dad319e5d7 100644
 | 
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.idl
 | 
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.idl
 | 
| @@ -36,6 +36,6 @@
 | 
|      [Unforgeable] readonly attribute ServiceWorker? controller;
 | 
|      [CallWith=ScriptState] readonly attribute Promise ready;
 | 
|  
 | 
| -    [CallWith=ScriptState, ImplementedAs=registerServiceWorker] Promise register(ScalarValueString url, optional RegistrationOptions options);
 | 
| -    [CallWith=ScriptState] Promise getRegistration(optional ScalarValueString documentURL = "");
 | 
| +    [CallWith=ScriptState, ImplementedAs=registerServiceWorker] Promise register(USVString url, optional RegistrationOptions options);
 | 
| +    [CallWith=ScriptState] Promise getRegistration(optional USVString documentURL = "");
 | 
|  };
 | 
| 
 |