| Index: sdk/lib/convert/byte_conversion.dart
|
| diff --git a/sdk/lib/convert/byte_conversion.dart b/sdk/lib/convert/byte_conversion.dart
|
| index 7d592aeebb331ca86060f40b5712953abf27adcb..de2be3bde5a4ed9cde89d531d6c019aed028de6d 100644
|
| --- a/sdk/lib/convert/byte_conversion.dart
|
| +++ b/sdk/lib/convert/byte_conversion.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 [ByteConversionSink] provides an interface for converters to
|
|
|