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