| Index: sdk/lib/convert/chunked_conversion.dart
|
| diff --git a/sdk/lib/convert/chunked_conversion.dart b/sdk/lib/convert/chunked_conversion.dart
|
| index 0e0a2694b6d1c1f111587dfd3da9860d6bb40bec..4d6c85646cd94dcdcee55add7b5b0a119719fb21 100644
|
| --- a/sdk/lib/convert/chunked_conversion.dart
|
| +++ b/sdk/lib/convert/chunked_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";
|
|
|
| typedef void _ChunkedConversionCallback<T>(T accumulated);
|
|
|
|
|