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

Unified Diff: Source/WebCore/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: Make length property return useful values for DOM bindings functions and interfaces 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
Index: Source/WebCore/xml/XMLHttpRequest.idl
diff --git a/Source/WebCore/xml/XMLHttpRequest.idl b/Source/WebCore/xml/XMLHttpRequest.idl
index 00113577f9cf6dd0cc11e8ca86755ca2ff9f63ae..d95b3e98915cc7224380d19de80bed7e51844860 100644
--- a/Source/WebCore/xml/XMLHttpRequest.idl
+++ b/Source/WebCore/xml/XMLHttpRequest.idl
@@ -40,7 +40,7 @@ enum XMLHttpRequestResponseType {
ActiveDOMObject,
Constructor,
CallWith=ScriptExecutionContext,
- CustomConstructor,
+ CustomConstructor([Optional] XMLHttpRequestOptions options),
EventTarget
] interface XMLHttpRequest {
// From XMLHttpRequestEventTarget

Powered by Google App Engine
This is Rietveld 408576698