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