Chromium Code Reviews| Index: sdk/lib/core/string_buffer.dart |
| diff --git a/sdk/lib/core/string_buffer.dart b/sdk/lib/core/string_buffer.dart |
| index 8fe17f56250a47d9011d28058bfd14af2686ccfb..925086a88b36a8ef34c290fef2062787da3ea736 100644 |
| --- a/sdk/lib/core/string_buffer.dart |
| +++ b/sdk/lib/core/string_buffer.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. |
| -part of dart.core; |
| +part of "core.dart"; |
| /** |
| * A class for concatenating strings efficiently. |