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

Unified Diff: Source/core/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: 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/fileapi/Blob.idl ('k') | Source/core/html/canvas/ArrayBuffer.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/DOMFormData.idl
diff --git a/Source/core/html/DOMFormData.idl b/Source/core/html/DOMFormData.idl
index 4eddf4c4268040902bd5795f096ad5636636cda1..25d9ed1e5b8ecf8ee5f6cd67b477b1edc07dddb7 100644
--- a/Source/core/html/DOMFormData.idl
+++ b/Source/core/html/DOMFormData.idl
@@ -29,7 +29,7 @@
*/
[
- CustomConstructor,
+ CustomConstructor(optional HTMLFormElement form),
InterfaceName=FormData,
ImplementationLacksVTable
] interface DOMFormData {
« no previous file with comments | « Source/core/fileapi/Blob.idl ('k') | Source/core/html/canvas/ArrayBuffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698