Chromium Code Reviews| Index: sdk/lib/core/stacktrace.dart |
| diff --git a/sdk/lib/core/stacktrace.dart b/sdk/lib/core/stacktrace.dart |
| index 2eb14933eaf85e0a394917205c227a3e7d01ca82..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. |