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