| Index: sdk/lib/io/stdio.dart
|
| diff --git a/sdk/lib/io/stdio.dart b/sdk/lib/io/stdio.dart
|
| index c294d46e567c1166876f293647c8782e2e1b4c0d..29f03b4ba0f089ba5d5d9811e9c1e01aed320824 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 "dart:io";
|
| +part of dart.io;
|
|
|
| const int _STDIO_HANDLE_TYPE_TERMINAL = 0;
|
| const int _STDIO_HANDLE_TYPE_PIPE = 1;
|
|
|