| Index: sdk/lib/math/point.dart
|
| diff --git a/sdk/lib/math/point.dart b/sdk/lib/math/point.dart
|
| index 4451ead16c631b71ce6ca7fab60b80aeca722704..34c8b5066604e4362c980499e60e327a6e55efe9 100644
|
| --- a/sdk/lib/math/point.dart
|
| +++ b/sdk/lib/math/point.dart
|
| @@ -1,7 +1,7 @@
|
| // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| // 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:math";
|
| +part of dart.math;
|
|
|
| /**
|
| * A utility class for representing two-dimensional positions.
|
|
|