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

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

Issue 10332038: FileList is a sequence - make it have indexer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/frog/dom_frog.dart ('k') | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/idl/dart/dart.idl
diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl
index e13c2b3790c5de99c49b25e925bf2b35bb68d33e..73f23904a685144171cdd07651d51c69bd42aebe 100644
--- a/lib/dom/idl/dart/dart.idl
+++ b/lib/dom/idl/dart/dart.idl
@@ -2,10 +2,11 @@
// This file introduces / supplements and forces Dart declarations.
module default {
- NamedNodeMap implements sequence<Node>;
- NodeList implements sequence<Node>;
+ FileList implements sequence<File>;
HTMLCollection implements sequence<Node>;
MediaList implements sequence<DOMString>;
+ NamedNodeMap implements sequence<Node>;
+ NodeList implements sequence<Node>;
StyleSheetList implements sequence<StyleSheet>;
TouchList implements sequence<Touch>;
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698