Chromium Code Reviews| Index: sdk/lib/core/identical.dart |
| diff --git a/sdk/lib/core/identical.dart b/sdk/lib/core/identical.dart |
| index 8d664dd2bfca982301f1220a580326543a90858d..0968e61622ae3963341a8dc155e7cac5a7b73bd9 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. |