Index: tools/dom/templates/html/impl/impl_Node.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate |
index f407ee70e37ac793d662dd6487ae61dd6b8cedfe..e282ef8b096da5104a29507d47174fdb40558ecc 100644 |
--- a/tools/dom/templates/html/impl/impl_Node.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Node.darttemplate |
@@ -197,7 +197,7 @@ $endif |
return this[index]; |
} |
- List<Node> get reversed { |
+ Iterable<Node> get reversed { |
return IterableMixinWorkaround.reversedList(this); |
} |