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

Unified Diff: core/html/FormData.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/html/DOMTokenList.idl ('k') | core/html/HTMLAllCollection.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/FormData.idl
diff --git a/core/html/FormData.idl b/core/html/FormData.idl
index 3652d4ee8e5daa41b9d5254303acb6b17f1e0232..0391d3adc99f700be0fdd9bac6afeb2fe25667b1 100644
--- a/core/html/FormData.idl
+++ b/core/html/FormData.idl
@@ -34,7 +34,7 @@
] interface FormData {
// void append(DOMString name, DOMString value);
// void append(DOMString name, Blob value, optional DOMString filename);
- [Custom] void append([Default=Undefined] optional DOMString name,
+ [Custom] void append([Default=Undefined] optional DOMString name,
[Default=Undefined] optional DOMString value,
[Default=Undefined] optional DOMString filename);
};
« no previous file with comments | « core/html/DOMTokenList.idl ('k') | core/html/HTMLAllCollection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698