| Index: Source/core/dom/URL.idl
|
| diff --git a/Source/core/dom/URL.idl b/Source/core/dom/URL.idl
|
| index 8a92039656eb1db944f7ae6f5aba83f6ce57b394..64f14fbf6808bea9e27f79e752e8690e97a529d9 100644
|
| --- a/Source/core/dom/URL.idl
|
| +++ b/Source/core/dom/URL.idl
|
| @@ -30,7 +30,7 @@
|
| Constructor(ScalarValueString url),
|
| Constructor(ScalarValueString url, ScalarValueString base),
|
| Constructor(ScalarValueString url, URL base),
|
| - Exposed=Window&Worker,
|
| + Exposed=(Window,Worker),
|
| ImplementedAs=DOMURL,
|
| RaisesException=Constructor,
|
| WillBeGarbageCollected,
|
|
|