summaryrefslogtreecommitdiffstats
path: root/WebCore/xml/XMLHttpRequest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/xml/XMLHttpRequest.idl')
-rw-r--r--WebCore/xml/XMLHttpRequest.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/xml/XMLHttpRequest.idl b/WebCore/xml/XMLHttpRequest.idl
index fa6b9ca..315d95c 100644
--- a/WebCore/xml/XMLHttpRequest.idl
+++ b/WebCore/xml/XMLHttpRequest.idl
@@ -75,7 +75,7 @@ module xml {
raises(DOMException);
[Custom, ConvertNullStringTo=Null] DOMString getResponseHeader(in DOMString header)
raises(DOMException);
- readonly attribute [ConvertNullStringTo=Null] DOMString responseText;
+ readonly attribute [CustomGetter] DOMString responseText; // The custom getter implements ConvertNullStringTo=Null
readonly attribute Document responseXML;
readonly attribute unsigned short status
getter raises(DOMException);