Chromium Code Reviews| Index: sdk/lib/core/collection.dart |
| diff --git a/sdk/lib/core/collection.dart b/sdk/lib/core/collection.dart |
| index 2565c48f1e05b2bb93e0bda3e5f936d3b1e3d14e..703af88916480aba6752c109c3c41ebb9b9f1021 100644 |
| --- a/sdk/lib/core/collection.dart |
| +++ b/sdk/lib/core/collection.dart |
| @@ -2,6 +2,8 @@ |
| // 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; |
| + |
| /** |
| * The common interface of all collections. |
| * |