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 307cd0cea96e329577874641d1b269bf174c973d..d63c35156185a69e07d56efd0223300c3a8a18e5 100644 |
--- a/tools/dom/templates/html/impl/impl_Node.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Node.darttemplate |
@@ -163,7 +163,7 @@ $endif |
bool any(bool f(Node element)) => IterableMixinWorkaround.any(this, f); |
- List<Node> toList({ bool growable: false }) => |
+ List<Node> toList({ bool growable: true }) => |
new List<Node>.from(this, growable: growable); |
Set<Node> toSet() => new Set<Node>.from(this); |