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

Unified Diff: Source/core/xml/XMLHttpRequest.idl

Issue 109943003: IDL compiler: [ConstructorCallWith] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add FIXME Created 7 years 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 | « Source/core/workers/Worker.idl ('k') | Source/modules/mediasource/MediaSource.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XMLHttpRequest.idl
diff --git a/Source/core/xml/XMLHttpRequest.idl b/Source/core/xml/XMLHttpRequest.idl
index f0a218f303810194fe8e2de5f2fb80d0cdfbefb1..1297296cb9c6a7983825284a2155cdaa16ad6e4e 100644
--- a/Source/core/xml/XMLHttpRequest.idl
+++ b/Source/core/xml/XMLHttpRequest.idl
@@ -37,11 +37,11 @@ enum XMLHttpRequestResponseType {
};
[
- GlobalContext=Window&WorkerGlobalScope,
ActiveDOMObject,
Constructor,
ConstructorCallWith=ExecutionContext,
- CustomConstructor(optional XMLHttpRequestOptions options)
+ CustomConstructor(optional XMLHttpRequestOptions options),
+ GlobalContext=Window&WorkerGlobalScope,
] interface XMLHttpRequest : XMLHttpRequestEventTarget {
// event handler attributes
attribute EventHandler onreadystatechange;
« no previous file with comments | « Source/core/workers/Worker.idl ('k') | Source/modules/mediasource/MediaSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698