Index: sdk/lib/core/object.dart |
diff --git a/sdk/lib/core/object.dart b/sdk/lib/core/object.dart |
index 2996ef5ab0f41f9f7df73c3b10494b6b6fd978eb..fda5662d14cbba92e2f4cd2ae3a417be1d69cbc9 100644 |
--- a/sdk/lib/core/object.dart |
+++ b/sdk/lib/core/object.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; |
/** |
* The base class for all Dart objects. |