Index: Source/core/xml/XMLHttpRequest.idl |
diff --git a/Source/core/xml/XMLHttpRequest.idl b/Source/core/xml/XMLHttpRequest.idl |
index 3f179a8e766a87fa68060f1467591e8f117802b9..39b0209407c502611b905c6605c8e1c216ea238a 100644 |
--- a/Source/core/xml/XMLHttpRequest.idl |
+++ b/Source/core/xml/XMLHttpRequest.idl |
@@ -40,7 +40,7 @@ enum XMLHttpRequestResponseType { |
WillBeGarbageCollected, |
ActiveDOMObject, |
CustomConstructor(optional XMLHttpRequestOptions options), |
- GlobalContext=Window&WorkerGlobalScope, |
+ Exposed=Window&Worker |
] interface XMLHttpRequest : XMLHttpRequestEventTarget { |
// event handler attributes |
attribute EventHandler onreadystatechange; |