Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2519)

Unified Diff: core/xml/XMLHttpRequest.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/workers/WorkerContext.idl ('k') | core/xml/XPathException.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/xml/XMLHttpRequest.idl
diff --git a/core/xml/XMLHttpRequest.idl b/core/xml/XMLHttpRequest.idl
index 5c03dd627eb749d62a7593d255724db82068a31c..8811709b4d451a6285b9fc245c73ed57589fa069 100644
--- a/core/xml/XMLHttpRequest.idl
+++ b/core/xml/XMLHttpRequest.idl
@@ -40,7 +40,7 @@ enum XMLHttpRequestResponseType {
GlobalContext=WindowAndWorker,
ActiveDOMObject,
Constructor,
- CallWith=ScriptExecutionContext,
+ ConstructorCallWith=ScriptExecutionContext,
CustomConstructor(optional XMLHttpRequestOptions options),
EventTarget
] interface XMLHttpRequest {
@@ -52,7 +52,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;
@@ -64,7 +64,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;
« no previous file with comments | « core/workers/WorkerContext.idl ('k') | core/xml/XPathException.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698