| Index: sdk/lib/io/common.dart
|
| diff --git a/sdk/lib/io/common.dart b/sdk/lib/io/common.dart
|
| index 022e84b340825f3a47f8890eab9fd6c6d43faff3..3fcee6277a14eb8dbae0a34b5d0a18eddb5c74dc 100644
|
| --- a/sdk/lib/io/common.dart
|
| +++ b/sdk/lib/io/common.dart
|
| @@ -5,6 +5,7 @@
|
| part of dart.io;
|
|
|
| // Constants used when working with native ports.
|
| +// These must match the constants in runtime/bin/dartutils.h class CObject.
|
| const int _SUCCESS_RESPONSE = 0;
|
| const int _ILLEGAL_ARGUMENT_RESPONSE = 1;
|
| const int _OSERROR_RESPONSE = 2;
|
|
|