Index: sdk/lib/core/string_sink.dart |
diff --git a/sdk/lib/core/string_sink.dart b/sdk/lib/core/string_sink.dart |
index 30e5a1bf9629519a7d09028896c98f769aca590b..e7d950ce5ec6a29e7c9ea4daaf0ecfecd1385e2b 100644 |
--- a/sdk/lib/core/string_sink.dart |
+++ b/sdk/lib/core/string_sink.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 dart.core; |
abstract class StringSink { |
/** |