Index: Source/WebCore/xml/XMLHttpRequest.idl |
diff --git a/Source/WebCore/xml/XMLHttpRequest.idl b/Source/WebCore/xml/XMLHttpRequest.idl |
index 00113577f9cf6dd0cc11e8ca86755ca2ff9f63ae..2a3472ea5819ae60a23c7e82349a84efa3e1028a 100644 |
--- a/Source/WebCore/xml/XMLHttpRequest.idl |
+++ b/Source/WebCore/xml/XMLHttpRequest.idl |
@@ -68,9 +68,9 @@ enum XMLHttpRequestResponseType { |
[SetterRaisesException] attribute boolean withCredentials; |
- [Custom, RaisesException] void open(DOMString method, DOMString url, [Optional] boolean async, [Optional] DOMString user, [Optional] DOMString password); |
+ [Custom, ActivityLog=Access, RaisesException] void open(DOMString method, DOMString url, [Optional] boolean async, [Optional] DOMString user, [Optional] DOMString password); |
- [RaisesException] void setRequestHeader(DOMString header, DOMString value); |
+ [ActivityLog=Access, RaisesException] void setRequestHeader(DOMString header, DOMString value); |
[Custom, RaisesException] void send(); |