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