| Index: sdk/lib/io/common.dart
|
| diff --git a/sdk/lib/io/common.dart b/sdk/lib/io/common.dart
|
| index 8e3b61a37d4f8a349ad2e0e6c038827a5e2144b6..ae9cd1256f139c88f592b202cbf9e0cd9d253781 100644
|
| --- a/sdk/lib/io/common.dart
|
| +++ b/sdk/lib/io/common.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;
|
|
|
| // Constants used when working with native ports.
|
| // These must match the constants in runtime/bin/dartutils.h class CObject.
|
|
|