| Index: core/xml/XMLHttpRequest.idl
|
| diff --git a/core/xml/XMLHttpRequest.idl b/core/xml/XMLHttpRequest.idl
|
| index 069129d0397d6e2df542a99c38edd996ba7b33d8..305ac87116e04d6643241ea6c0e895d15f517784 100644
|
| --- a/core/xml/XMLHttpRequest.idl
|
| +++ b/core/xml/XMLHttpRequest.idl
|
| @@ -40,7 +40,7 @@ enum XMLHttpRequestResponseType {
|
| GlobalContext=Window&WorkerGlobalScope,
|
| ActiveDOMObject,
|
| Constructor,
|
| - ConstructorCallWith=ScriptExecutionContext,
|
| + ConstructorCallWith=ExecutionContext,
|
| CustomConstructor(optional XMLHttpRequestOptions options)
|
| ] interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
| // event handler attributes
|
| @@ -58,9 +58,9 @@ enum XMLHttpRequestResponseType {
|
|
|
| [SetterRaisesException] attribute boolean withCredentials;
|
|
|
| - [Custom, ActivityLog=Access, RaisesException] void open(DOMString method, DOMString url, optional boolean async, optional DOMString user, optional DOMString password);
|
| + [Custom, ActivityLogging=AccessForAllWorlds, RaisesException] void open(DOMString method, DOMString url, optional boolean async, optional DOMString user, optional DOMString password);
|
|
|
| - [ActivityLog=Access, RaisesException] void setRequestHeader(DOMString header, DOMString value);
|
| + [ActivityLogging=AccessForAllWorlds, RaisesException] void setRequestHeader(DOMString header, DOMString value);
|
|
|
| [Custom, RaisesException] void send();
|
|
|
|
|