Index: sdk/lib/convert/utf.dart |
diff --git a/sdk/lib/convert/utf.dart b/sdk/lib/convert/utf.dart |
index b75d87a1bfe3d4359d54e71b5ded272ca5417ee7..3f9731f02f2432007309d7b99719f4bf03627c8e 100644 |
--- a/sdk/lib/convert/utf.dart |
+++ b/sdk/lib/convert/utf.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 "convert.dart"; |
+part of "dart:convert"; |
/** The Unicode Replacement character `U+FFFD` (�). */ |
const int UNICODE_REPLACEMENT_CHARACTER_RUNE = 0xFFFD; |