Chromium Code Reviews| Index: runtime/lib/byte_array.dart |
| diff --git a/runtime/lib/byte_array.dart b/runtime/lib/byte_array.dart |
| index 74e2c3a357360a02f59b6fd02dea8c57a0f822b1..906259ca147de49689d97d1bae47d58c002a8fa3 100644 |
| --- a/runtime/lib/byte_array.dart |
| +++ b/runtime/lib/byte_array.dart |
| @@ -230,7 +230,7 @@ abstract class _ByteArrayBase { |
| } |
| Iterable map(f(int element)) { |
| - return IterableMixinWorkaround.map(this, f); |
| + return IterableMixinWorkaround.mapList(this, f); |
| } |
| List mappedBy(f(int element)) { |