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