| Index: Source/core/xml/XMLHttpRequest.idl
|
| diff --git a/Source/core/xml/XMLHttpRequest.idl b/Source/core/xml/XMLHttpRequest.idl
|
| index 39b0209407c502611b905c6605c8e1c216ea238a..c69a568af4e1c64b85614c99653863e8ef453904 100644
|
| --- a/Source/core/xml/XMLHttpRequest.idl
|
| +++ b/Source/core/xml/XMLHttpRequest.idl
|
| @@ -75,6 +75,7 @@ enum XMLHttpRequestResponseType {
|
|
|
| [RaisesException=Setter] attribute XMLHttpRequestResponseType responseType;
|
| [Custom=Getter, RaisesException=Getter] readonly attribute object response;
|
| + readonly attribute DOMString responseURL;
|
|
|
| readonly attribute unsigned short status;
|
| readonly attribute DOMString statusText;
|
|
|