Chromium Code Reviews| Index: sdk/lib/core/expando.dart |
| diff --git a/sdk/lib/core/expando.dart b/sdk/lib/core/expando.dart |
| index 92cf90c8b2bafe733a2698e2533526a0c64c9535..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. |