Index: sdk/lib/core/duration.dart |
diff --git a/sdk/lib/core/duration.dart b/sdk/lib/core/duration.dart |
index 710d8772b8b570e945db4e5bdbb65e2c29ae4cb6..d68c9e73789cfd6df13426a583a5d07d74bbb9eb 100644 |
--- a/sdk/lib/core/duration.dart |
+++ b/sdk/lib/core/duration.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. |
-// Dart core library. |
+part of dart.core; |
/** |
* A [Duration] represents a time span. A duration can be negative. |