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