| Index: Source/core/xml/XMLHttpRequest.idl
|
| diff --git a/Source/core/xml/XMLHttpRequest.idl b/Source/core/xml/XMLHttpRequest.idl
|
| index 51ba51de78450dff071a3841c8bddda9845aafe4..a5582695dd5cba2564b2353bc0f93ff260a1455e 100644
|
| --- a/Source/core/xml/XMLHttpRequest.idl
|
| +++ b/Source/core/xml/XMLHttpRequest.idl
|
| @@ -51,7 +51,7 @@ enum XMLHttpRequestResponseType {
|
| attribute EventListener onloadend;
|
| attribute EventListener onloadstart;
|
| attribute EventListener onprogress;
|
| - [Conditional=XHR_TIMEOUT] attribute EventListener ontimeout;
|
| + attribute EventListener ontimeout;
|
|
|
| // event handler attributes
|
| attribute EventListener onreadystatechange;
|
| @@ -63,7 +63,7 @@ enum XMLHttpRequestResponseType {
|
| const unsigned short LOADING = 3;
|
| const unsigned short DONE = 4;
|
|
|
| - [Conditional=XHR_TIMEOUT, SetterRaisesException] attribute unsigned long timeout;
|
| + [SetterRaisesException] attribute unsigned long timeout;
|
| readonly attribute unsigned short readyState;
|
|
|
| [SetterRaisesException] attribute boolean withCredentials;
|
|
|