Chromium Code Reviews| Index: frog/utils.dart |
| diff --git a/frog/utils.dart b/frog/utils.dart |
| index 909e80f8a95d46039f81f4e96eece2f1c0001933..95d4735411849a1320af18bddedae73215bfa0b6 100644 |
| --- a/frog/utils.dart |
| +++ b/frog/utils.dart |
| @@ -7,6 +7,7 @@ |
| // TODO(jmesserly): we might want a version of this that return an iterable, |
| // however JS, Python and Ruby versions are all eager. |
| +// TODO(jmesserly): remove this now that it exists in corelib. |
| List map(Iterable source, mapper(source)) { |
| List result = new List(); |
| if (source is List) { |