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