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

Unified Diff: Source/WebCore/html/DOMFormData.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/html/DOMFormData.idl
diff --git a/Source/WebCore/html/DOMFormData.idl b/Source/WebCore/html/DOMFormData.idl
index 206a76ce2488fd91cd83b4dd08d27be9e171489a..30ab446feba3a22bf30231166128c804eacecde5 100644
--- a/Source/WebCore/html/DOMFormData.idl
+++ b/Source/WebCore/html/DOMFormData.idl
@@ -29,7 +29,7 @@
*/
[
- CustomConstructor,
+ CustomConstructor([Optional] HTMLFormElement form),
InterfaceName=FormData,
ImplementationLacksVTable
] interface DOMFormData {

Powered by Google App Engine
This is Rietveld 408576698