| Index: sdk/lib/convert/json.dart
|
| diff --git a/sdk/lib/convert/json.dart b/sdk/lib/convert/json.dart
|
| index 35612ef8a393051d9211bb46127edf5115f746c2..6997b3d08cd42365cfdd6fdce8095bd52b596965 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.
|
|
|