| Index: runtime/bin/file_impl.dart
|
| diff --git a/runtime/bin/file_impl.dart b/runtime/bin/file_impl.dart
|
| index bc1fec4035e236020124436dfc6ec93a6f65322f..2d2e6d0d27d059817e59da7e10d44afc7bc5c10b 100644
|
| --- a/runtime/bin/file_impl.dart
|
| +++ b/runtime/bin/file_impl.dart
|
| @@ -944,7 +944,7 @@ class _RandomAccessFile extends _FileBase implements RandomAccessFile {
|
| try {
|
| result =
|
| _FileUtils.ensureFastAndSerializableBuffer(buffer, offset, bytes);
|
| - } catch (var e) {
|
| + } catch (e) {
|
| // Complete asynchronously so the user has a chance to setup
|
| // handlers without getting exceptions when registering the
|
| // then handler.
|
|
|