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