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

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

Issue 14244017: Make length property return useful values for DOM bindings functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replace [Optional] by optional Created 7 years, 8 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 | « Source/core/page/DOMPoint.idl ('k') | no next file » | 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 51ba51de78450dff071a3841c8bddda9845aafe4..35b24bea140e30d8cd7df07d861c04819aaa6cbb 100644
--- a/Source/core/xml/XMLHttpRequest.idl
+++ b/Source/core/xml/XMLHttpRequest.idl
@@ -40,7 +40,7 @@ enum XMLHttpRequestResponseType {
ActiveDOMObject,
Constructor,
CallWith=ScriptExecutionContext,
- CustomConstructor,
+ CustomConstructor(optional XMLHttpRequestOptions options),
EventTarget
] interface XMLHttpRequest {
// From XMLHttpRequestEventTarget
« no previous file with comments | « Source/core/page/DOMPoint.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698