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