| Index: sdk/lib/core/stopwatch.dart
|
| diff --git a/sdk/lib/core/stopwatch.dart b/sdk/lib/core/stopwatch.dart
|
| index 5f285ff0d3a6ab7284f08d136e5e57dc882a9319..ca82f53f94928329b00b487ad7eae45abbe56cb5 100644
|
| --- a/sdk/lib/core/stopwatch.dart
|
| +++ b/sdk/lib/core/stopwatch.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";
|
|
|
| /**
|
| * A simple stopwatch interface to measure elapsed time.
|
|
|