| Index: sdk/lib/io/file_impl.dart
|
| diff --git a/sdk/lib/io/file_impl.dart b/sdk/lib/io/file_impl.dart
|
| index ef467ac5577b40c05aab9fa7709fb07cfda4c0b2..0d2220ee919c2833a5b7bef413b4840edecce878 100644
|
| --- a/sdk/lib/io/file_impl.dart
|
| +++ b/sdk/lib/io/file_impl.dart
|
| @@ -205,6 +205,7 @@ const int _READ_LIST_REQUEST = 17;
|
| const int _WRITE_LIST_REQUEST = 18;
|
| const int _CREATE_LINK_REQUEST = 19;
|
| const int _DELETE_LINK_REQUEST = 20;
|
| +const int _LINK_TARGET_REQUEST = 21;
|
|
|
| // Base class for _File and _RandomAccessFile with shared functions.
|
| class _FileBase {
|
|
|