Index: sdk/lib/core/errors.dart |
diff --git a/sdk/lib/core/errors.dart b/sdk/lib/core/errors.dart |
index a0275376ed7dbbceeb3cdfd7fcc99e4f05e3277b..79022512d832988a53a39c38aec0bae3e07542e7 100644 |
--- a/sdk/lib/core/errors.dart |
+++ b/sdk/lib/core/errors.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"; |
/** |
* Error objects thrown in the case of a program failure. |