| Index: sdk/lib/convert/converter.dart
|
| diff --git a/sdk/lib/convert/converter.dart b/sdk/lib/convert/converter.dart
|
| index d91f4b228e8461ba1f2d353f850d82804b202cae..711c3fe151c10a4f6d3571956f37b46125138616 100644
|
| --- a/sdk/lib/convert/converter.dart
|
| +++ b/sdk/lib/convert/converter.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;
|
|
|
| /**
|
| * A [Converter] converts data from one representation into another.
|
|
|