| Index: runtime/bin/file_impl.dart
|
| diff --git a/runtime/bin/file_impl.dart b/runtime/bin/file_impl.dart
|
| index 8b7d972c9e54af99fa87aed6c93f28ba6a171e74..de7830de473e5d2932f930339588bd9341bc051e 100644
|
| --- a/runtime/bin/file_impl.dart
|
| +++ b/runtime/bin/file_impl.dart
|
| @@ -953,7 +953,7 @@ class _RandomAccessFile implements RandomAccessFile {
|
| throw new FileIOException("setPosition failed");
|
| }
|
| }
|
| -
|
| +
|
| void truncate(int length) {
|
| _asyncUsed = true;
|
| var handler = (_truncateHandler != null) ? _truncateHandler : () => null;
|
|
|