Index: sdk/lib/convert/json.dart |
diff --git a/sdk/lib/convert/json.dart b/sdk/lib/convert/json.dart |
index 8a94f3c7539a8aec080dfdd9561d166577574613..056802c2456644c366965fffa7b360383da30a3c 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 "dart:convert"; |
+part of dart.convert; |
/** |
* Error thrown by JSON serialization if an object cannot be serialized. |