| Index: Source/modules/serviceworkers/RegistrationOptions.idl
 | 
| diff --git a/Source/modules/serviceworkers/RegistrationOptions.idl b/Source/modules/serviceworkers/RegistrationOptions.idl
 | 
| index 704640b90f142654b63f8b881dc3c0af3079de73..cdeda388e49264bc8737fdee2b8e7aea4655688b 100644
 | 
| --- a/Source/modules/serviceworkers/RegistrationOptions.idl
 | 
| +++ b/Source/modules/serviceworkers/RegistrationOptions.idl
 | 
| @@ -4,5 +4,5 @@
 | 
|  
 | 
|  // https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#registration-option-list-dictionary
 | 
|  dictionary RegistrationOptions {
 | 
| -    ScalarValueString scope = "/";
 | 
| +    USVString scope = "/";
 | 
|  };
 | 
| 
 |