Chromium Code Reviews| Index: client/dom/src/_Collections.dart |
| diff --git a/client/dom/src/_Collections.dart b/client/dom/src/_Collections.dart |
| index 4497e075f71e82085ca5eaf2ee400e5e090d94ee..785e669fd2a927b99190edfc782d6ea6bee55d7b 100644 |
| --- a/client/dom/src/_Collections.dart |
| +++ b/client/dom/src/_Collections.dart |
| @@ -16,7 +16,7 @@ class _Collections { |
| static List map(Iterable<Object> source, |
| List<Object> destination, |
| - bool f(o)) { |
| + f(o)) { |
| for (final e in source) { |
| destination.add(f(e)); |
| } |