Chromium Code Reviews| Index: sdk/lib/core/identical.dart |
| diff --git a/sdk/lib/core/identical.dart b/sdk/lib/core/identical.dart |
| index 5e8f782822e5c2d17dced77d7025769acbf6d70c..236ce20ea590f6fdcaa0c8869ff5fca850609473 100644 |
| --- a/sdk/lib/core/identical.dart |
| +++ b/sdk/lib/core/identical.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; |
| + |
| /** |
| * Check whether two references are to the same object. |
| */ |