Index: sdk/lib/core/errors.dart |
diff --git a/sdk/lib/core/errors.dart b/sdk/lib/core/errors.dart |
index 2510a38cb20cb03f859b92f8c5248d4547a12ff2..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. |