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

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

Issue 11055009: Converting NodeList to List<Node>. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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: lib/html/idl/dart/dart.idl
diff --git a/lib/html/idl/dart/dart.idl b/lib/html/idl/dart/dart.idl
index 98193a4bdce7e23c83265bc3df0484aec790f292..c5d60f51eb96f52ccb6121a1c1f5bcee571132b2 100644
--- a/lib/html/idl/dart/dart.idl
+++ b/lib/html/idl/dart/dart.idl
@@ -19,7 +19,6 @@ module default {
MediaStreamList implements sequence<MediaStream>;
NamedNodeMap implements sequence<Node>;
NodeList implements sequence<Node>;
- RadioNodeList implements sequence<Node>;
// Additional methods: animVal and baseVal
SVGAnimatedLengthList implements sequence<SVGAnimatedLength>;
// Additional methods: animVal and baseVal
@@ -53,7 +52,7 @@ module default {
// Is List<int> because inherits from Uint8Array:
// Uint8ClampedArray implements sequence<int>;
-
+
// TODO(efortuna): Determine what the correct type of the list items are part
//of the commented out Lists so we can properly inherit from List.
//MediaQueryList implements sequence<Object>;

Powered by Google App Engine
This is Rietveld 408576698