| Index: sdk/lib/core/identical.dart
|
| diff --git a/sdk/lib/core/identical.dart b/sdk/lib/core/identical.dart
|
| index 8d664dd2bfca982301f1220a580326543a90858d..cc00c30cb864f87a7d7ad2574e090d1006ed995c 100644
|
| --- a/sdk/lib/core/identical.dart
|
| +++ b/sdk/lib/core/identical.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 "core.dart";
|
| +part of dart.core;
|
|
|
| /**
|
| * Check whether two references are to the same object.
|
|
|