| Index: sdk/lib/core/print.dart
|
| diff --git a/sdk/lib/core/print.dart b/sdk/lib/core/print.dart
|
| index be57173858912b43b43c1a6a479812eabd423fda..42c7d1ca4aa411536b9812c61d39eab802dab1ec 100644
|
| --- a/sdk/lib/core/print.dart
|
| +++ b/sdk/lib/core/print.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:core";
|
| +part of dart.core;
|
|
|
| /// Prints a string representation of the object to the console.
|
| void print(Object object) {
|
|
|