Chromium Code Reviews| Index: sdk/lib/core/bool.dart |
| diff --git a/sdk/lib/core/bool.dart b/sdk/lib/core/bool.dart |
| index e34b05829b4e6541c6dc0ff53eb0aecdfc4ed1e0..2c5da008212685fadf55dd662b3ccb3a09f82579 100644 |
| --- a/sdk/lib/core/bool.dart |
| +++ b/sdk/lib/core/bool.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; |
| class bool { |
| factory bool._uninstantiable() { |