| Index: Source/core/xml/XMLHttpRequest.idl
|
| diff --git a/Source/core/xml/XMLHttpRequest.idl b/Source/core/xml/XMLHttpRequest.idl
|
| index f0a218f303810194fe8e2de5f2fb80d0cdfbefb1..1297296cb9c6a7983825284a2155cdaa16ad6e4e 100644
|
| --- a/Source/core/xml/XMLHttpRequest.idl
|
| +++ b/Source/core/xml/XMLHttpRequest.idl
|
| @@ -37,11 +37,11 @@ enum XMLHttpRequestResponseType {
|
| };
|
|
|
| [
|
| - GlobalContext=Window&WorkerGlobalScope,
|
| ActiveDOMObject,
|
| Constructor,
|
| ConstructorCallWith=ExecutionContext,
|
| - CustomConstructor(optional XMLHttpRequestOptions options)
|
| + CustomConstructor(optional XMLHttpRequestOptions options),
|
| + GlobalContext=Window&WorkerGlobalScope,
|
| ] interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
| // event handler attributes
|
| attribute EventHandler onreadystatechange;
|
|
|