Chromium Code Reviews| Index: runtime/lib/growable_array.dart |
| =================================================================== |
| --- runtime/lib/growable_array.dart (revision 17960) |
| +++ runtime/lib/growable_array.dart (working copy) |
| @@ -38,7 +38,7 @@ |
| IterableMixinWorkaround.retainAll(this, elements); |
| } |
| - void removeMatching(bool test(E element)) { |
| + void removeMatching(bool test(T element)) { |
| IterableMixinWorkaround.removeMatchingList(this, test); |
| } |