| Index: pkg/utf/lib/utf8.dart
|
| diff --git a/pkg/utf/lib/utf8.dart b/pkg/utf/lib/utf8.dart
|
| index 7543865de5413dfe5a30694cdbbf53137d2ed6df..36288d9c455f61ba200639d0290b73b98234b8a9 100644
|
| --- a/pkg/utf/lib/utf8.dart
|
| +++ b/pkg/utf/lib/utf8.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.utf;
|
| +part of utf;
|
|
|
| const int _UTF8_ONE_BYTE_MAX = 0x7f;
|
| const int _UTF8_TWO_BYTE_MAX = 0x7ff;
|
|
|