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

Unified Diff: client/html/generated/html/interface/Node.dart

Issue 9315061: Specify the types for Element.classes, Element.elements and Node.nodes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed dynamic type error issue with VM. Created 8 years, 9 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 | « client/dom/templates/html/interface/interface_Node.darttemplate ('k') | client/html/release/html.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/generated/html/interface/Node.dart
diff --git a/client/html/generated/html/interface/Node.dart b/client/html/generated/html/interface/Node.dart
index bbefd00cc7ef6ca2f101ae392e28582ed0cb5d96..306bd255c590130cfa648a0142c39e3bd2970fc9 100644
--- a/client/html/generated/html/interface/Node.dart
+++ b/client/html/generated/html/interface/Node.dart
@@ -7,8 +7,7 @@
interface Node extends EventTarget {
NodeList get nodes();
- // TODO: The type of value should be Collection<Node>. See http://b/5392897
- void set nodes(value);
+ void set nodes(Collection<Node> value);
Node replaceWith(Node otherNode);
« no previous file with comments | « client/dom/templates/html/interface/interface_Node.darttemplate ('k') | client/html/release/html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698