Index: sdk/lib/math/point.dart |
diff --git a/sdk/lib/math/point.dart b/sdk/lib/math/point.dart |
index f6bc26adf20de7efece88ccc66c2b83e51363891..31aa75976586cee522d52a04ca00d12afdac9adf 100644 |
--- a/sdk/lib/math/point.dart |
+++ b/sdk/lib/math/point.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 "math.dart"; |
+part of "dart:math"; |
/** |
* A utility class for representing two-dimensional positions. |