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

Unified Diff: lib/dom/idl/dart/dart.idl

Issue 10887016: Reapply DOMFormData => FormData rename. (this time with a fix for Dartium) (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « lib/dom/dom.dart ('k') | lib/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/idl/dart/dart.idl
===================================================================
--- lib/dom/idl/dart/dart.idl (revision 11534)
+++ lib/dom/idl/dart/dart.idl (working copy)
@@ -284,6 +284,15 @@
};
}
+module html {
+ [Supplemental,
+ CustomConstructor,
+ // Provide missing constructor signature.
+ Constructor([Optional] in FormElement form)]
+ interface FormData {
+ };
+}
+
module storage {
[Supplemental]
interface SQLResultSetRowList {
« no previous file with comments | « lib/dom/dom.dart ('k') | lib/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698