| Index: sdk/lib/core/expando.dart
|
| diff --git a/sdk/lib/core/expando.dart b/sdk/lib/core/expando.dart
|
| index 041694290f3a78576b0863c25b98cfdebfb8f983..43a7a8f278f9fbe168de8a29e86ee06ff31d1bf0 100644
|
| --- a/sdk/lib/core/expando.dart
|
| +++ b/sdk/lib/core/expando.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";
|
|
|
| /**
|
| * An [Expando] allows adding new properties to objects.
|
|
|