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