Chromium Code Reviews| Index: sdk/lib/_internal/lib/convert_patch.dart |
| diff --git a/sdk/lib/_internal/lib/convert_patch.dart b/sdk/lib/_internal/lib/convert_patch.dart |
| index 1c369e0aef9efa58c6d4610c9bb9316df4464145..1a8448520e178d00d781c7d305bfd294c94c0a77 100644 |
| --- a/sdk/lib/_internal/lib/convert_patch.dart |
| +++ b/sdk/lib/_internal/lib/convert_patch.dart |
| @@ -90,5 +90,5 @@ _convertJsonToDart(json, reviver(key, value)) { |
| return map; |
| } |
| - return revive("", walk(json)); |
| + return revive(null, walk(json)); |
| } |