| Index: Source/core/dom/URL.idl
 | 
| diff --git a/Source/core/dom/URL.idl b/Source/core/dom/URL.idl
 | 
| index 64f14fbf6808bea9e27f79e752e8690e97a529d9..4f0cfb8a9d1036729a6bd9085f410acfbe1af45f 100644
 | 
| --- a/Source/core/dom/URL.idl
 | 
| +++ b/Source/core/dom/URL.idl
 | 
| @@ -27,9 +27,9 @@
 | 
|  // http://url.spec.whatwg.org/#url
 | 
|  
 | 
|  [
 | 
| -    Constructor(ScalarValueString url),
 | 
| -    Constructor(ScalarValueString url, ScalarValueString base),
 | 
| -    Constructor(ScalarValueString url, URL base),
 | 
| +    Constructor(USVString url),
 | 
| +    Constructor(USVString url, USVString base),
 | 
| +    Constructor(USVString url, URL base),
 | 
|      Exposed=(Window,Worker),
 | 
|      ImplementedAs=DOMURL,
 | 
|      RaisesException=Constructor,
 | 
| 
 |