Chromium Code Reviews| Index: client/dom/frog/dom_frog.dart |
| diff --git a/client/dom/frog/dom_frog.dart b/client/dom/frog/dom_frog.dart |
| index f8846ce2a378e31d6fce1da28100c4cfc32f4a0e..326420f08def64970e57f7e4dcdb3b6b1d0bc88b 100644 |
| --- a/client/dom/frog/dom_frog.dart |
| +++ b/client/dom/frog/dom_frog.dart |
| @@ -12000,7 +12000,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)); |
| } |