Index: sdk/lib/core/string_buffer.dart |
diff --git a/sdk/lib/core/string_buffer.dart b/sdk/lib/core/string_buffer.dart |
index 4795eba3625ed46f1405fde93e28354dfffcde51..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. |