| Index: Source/core/xml/XMLHttpRequest.h
|
| diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
|
| index 1daf17eb1faeea5a1887d692052968391249981a..66a9413a665543706bf34b9e58ec53f744e30647 100644
|
| --- a/Source/core/xml/XMLHttpRequest.h
|
| +++ b/Source/core/xml/XMLHttpRequest.h
|
| @@ -134,6 +134,8 @@ public:
|
| String responseType();
|
| ResponseTypeCode responseTypeCode() const { return m_responseTypeCode; }
|
|
|
| + String responseURL();
|
| +
|
| // response attribute has custom getter.
|
| ArrayBuffer* responseArrayBuffer();
|
|
|
|
|