Index: Source/core/xml/XMLHttpRequest.idl |
diff --git a/Source/core/xml/XMLHttpRequest.idl b/Source/core/xml/XMLHttpRequest.idl |
index 8811709b4d451a6285b9fc245c73ed57589fa069..fbe72176829fcab37be4b68bc649e9d70ec16d34 100644 |
--- a/Source/core/xml/XMLHttpRequest.idl |
+++ b/Source/core/xml/XMLHttpRequest.idl |
@@ -37,7 +37,7 @@ enum XMLHttpRequestResponseType { |
}; |
[ |
- GlobalContext=WindowAndWorker, |
+ GlobalContext=Window&WorkerGlobalScope, |
ActiveDOMObject, |
Constructor, |
ConstructorCallWith=ScriptExecutionContext, |