Index: sdk/lib/core/stacktrace.dart |
diff --git a/sdk/lib/core/stacktrace.dart b/sdk/lib/core/stacktrace.dart |
index b3c3da19a6ac6d6b616f0f4fcff0de977f1ddce0..55b539ca16f565c13f1701fdb671f053f159002f 100644 |
--- a/sdk/lib/core/stacktrace.dart |
+++ b/sdk/lib/core/stacktrace.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"; |
/** |
* An interface implemented by all stack trace objects. |