From 635860845790a19bf50bbc51ba8fb66a96dde068 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Thu, 5 Mar 2009 14:34:32 -0800 Subject: auto import from //depot/cupcake/@136594 --- WebCore/xml/XMLHttpRequest.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebCore/xml/XMLHttpRequest.idl') 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); -- cgit v1.1