Chromium Code Reviews| Index: runtime/bin/list_stream_impl.dart |
| =================================================================== |
| --- runtime/bin/list_stream_impl.dart (revision 13683) |
| +++ runtime/bin/list_stream_impl.dart (working copy) |
| @@ -61,7 +61,7 @@ |
| bool writeFrom(List<int> buffer, [int offset = 0, int len]) { |
| return write( |
| buffer.getRange(offset, (len == null) ? buffer.length - offset : len), |
| - copyBuffer: false); |
| + false); |
| } |
| void flush() { |