| Index: sdk/lib/convert/ascii.dart
|
| diff --git a/sdk/lib/convert/ascii.dart b/sdk/lib/convert/ascii.dart
|
| index da08f9f7227350d874e927d91b7eb8dd1e0d750b..ebbb44d09598840ae58d4c09ed23955a60c3f76c 100644
|
| --- a/sdk/lib/convert/ascii.dart
|
| +++ b/sdk/lib/convert/ascii.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;
|
|
|
| /**
|
| * An instance of the default implementation of the [AsciiCodec].
|
|
|