Chromium Code Reviews| Index: runtime/lib/convert_patch.dart |
| diff --git a/runtime/lib/convert_patch.dart b/runtime/lib/convert_patch.dart |
| index 7a6b6673dd0cb013afd77e046dcc1d982a5d2914..3ba4f7e470dba38067ac3241ec0692d959f0c244 100644 |
| --- a/runtime/lib/convert_patch.dart |
| +++ b/runtime/lib/convert_patch.dart |
| @@ -133,7 +133,7 @@ class _ReviverJsonListener extends _BuildJsonListener { |
| } |
| get result { |
| - return reviver("", value); |
| + return reviver(null, value); |
| } |
| } |