| Index: sdk/lib/io/common.dart
|
| diff --git a/sdk/lib/io/common.dart b/sdk/lib/io/common.dart
|
| index 5a39a46652f771508b7c11b8688bf0d4c993d9dc..3f8c5503bebe7dc32c3b488c05039f98f83f6422 100644
|
| --- a/sdk/lib/io/common.dart
|
| +++ b/sdk/lib/io/common.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of dart.io;
|
| +
|
| // Constants used when working with native ports.
|
| const int _SUCCESS_RESPONSE = 0;
|
| const int _ILLEGAL_ARGUMENT_RESPONSE = 1;
|
|
|