Index: sdk/lib/convert/json.dart |
diff --git a/sdk/lib/convert/json.dart b/sdk/lib/convert/json.dart |
index 35612ef8a393051d9211bb46127edf5115f746c2..688183b8032c2e32f282bc3ea9a4335e83cd632e 100644 |
--- a/sdk/lib/convert/json.dart |
+++ b/sdk/lib/convert/json.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"; |
/** |
* Error thrown by JSON serialization if an object cannot be serialized. |