Chromium Code Reviews| Index: dart/runtime/lib/byte_array.dart |
| =================================================================== |
| --- dart/runtime/lib/byte_array.dart (revision 18634) |
| +++ dart/runtime/lib/byte_array.dart (working copy) |
| @@ -233,10 +233,6 @@ |
| return IterableMixinWorkaround.mapList(this, f); |
| } |
| - List mappedBy(f(int element)) { |
| - return IterableMixinWorkaround.mappedByList(this, f); |
| - } |
| - |
| String join([String separator]) { |
| return IterableMixinWorkaround.join(this, separator); |
| } |