Index: sdk/lib/_internal/compiler/implementation/util/link_implementation.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart b/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart |
index b82949c3584ee4ef3e94c445646fca7cfc5947a5..efd0ff91d1215c826138f879e0e7d763a353a8ed 100644 |
--- a/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart |
+++ b/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart |
@@ -81,7 +81,7 @@ class LinkEntry<T> extends Link<T> { |
bool get isEmpty => false; |
- List<T> toList({ bool growable: false }) { |
+ List<T> toList({ bool growable: true }) { |
return new List<T>.from(this, growable: growable); |
} |