| Index: Source/core/xml/XMLHttpRequest.idl
|
| diff --git a/Source/core/xml/XMLHttpRequest.idl b/Source/core/xml/XMLHttpRequest.idl
|
| index 9cfedb4fd8394d8bdaadc1ded5ce0b5df932b771..3f179a8e766a87fa68060f1467591e8f117802b9 100644
|
| --- a/Source/core/xml/XMLHttpRequest.idl
|
| +++ b/Source/core/xml/XMLHttpRequest.idl
|
| @@ -57,9 +57,9 @@ enum XMLHttpRequestResponseType {
|
|
|
| [RaisesException=Setter] attribute boolean withCredentials;
|
|
|
| - [Custom, ActivityLogging=ForAllWorlds, RaisesException] void open(DOMString method, DOMString url, optional boolean async, optional DOMString user, optional DOMString password);
|
| + [Custom, LogActivity, LogAllWorlds, RaisesException] void open(DOMString method, DOMString url, optional boolean async, optional DOMString user, optional DOMString password);
|
|
|
| - [ActivityLogging=ForAllWorlds, RaisesException] void setRequestHeader(DOMString header, DOMString value);
|
| + [LogActivity, LogAllWorlds, RaisesException] void setRequestHeader(DOMString header, DOMString value);
|
|
|
| [Custom, RaisesException] void send();
|
|
|
|
|