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