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