Chromium Code Reviews| Index: sdk/lib/core/hashable.dart |
| diff --git a/sdk/lib/core/hashable.dart b/sdk/lib/core/hashable.dart |
| index b0361d0d115c27fda5241da04b76d9e90e0441af..485f45cd7b707633c62af28c782126d06dc11b01 100644 |
| --- a/sdk/lib/core/hashable.dart |
| +++ b/sdk/lib/core/hashable.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. |
| -// Dart core library. |
| +part of dart.core; |
| /** |
| * Temporary interface for backwards compatibility. |