Chromium Code Reviews| Index: sdk/lib/core/function.dart |
| diff --git a/sdk/lib/core/function.dart b/sdk/lib/core/function.dart |
| index 2964876b0c9de5d6f3a3f58d7b7a3212a00eb492..4653294edd86271fa952e536880a0ef23430f85e 100644 |
| --- a/sdk/lib/core/function.dart |
| +++ b/sdk/lib/core/function.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; |
| /** |
| * Super-type of all function types. |