Index: Source/core/dom/URL.idl |
diff --git a/Source/core/dom/URL.idl b/Source/core/dom/URL.idl |
index f5bf93fd20c011f683ae308f2f1611eb82697d09..bad85f20ee7a6d65611a7b160a98bdba3952cdbe 100644 |
--- a/Source/core/dom/URL.idl |
+++ b/Source/core/dom/URL.idl |
@@ -25,7 +25,7 @@ |
*/ |
[ |
- GlobalContext=Window&WorkerGlobalScope, |
+ Exposed=Window&Worker, |
RaisesException=Constructor, |
Constructor(DOMString url), |
Constructor(DOMString url, URL base), |