| Index: sdk/lib/io/stdio.dart
|
| diff --git a/sdk/lib/io/stdio.dart b/sdk/lib/io/stdio.dart
|
| index 808d8c7790fe853b20a40d941ca9138109e2545d..45e7fdc41f9564fbb8feb2eb13e87994849adf5b 100644
|
| --- a/sdk/lib/io/stdio.dart
|
| +++ b/sdk/lib/io/stdio.dart
|
| @@ -2,7 +2,7 @@
|
| // 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 "io.dart";
|
| +part of dart.io;
|
|
|
| const int _STDIO_HANDLE_TYPE_TERMINAL = 0;
|
| const int _STDIO_HANDLE_TYPE_PIPE = 1;
|
|
|