Chromium Code Reviews| Index: runtime/vm/service.cc |
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc |
| index 384ffa5fc52f1e7067d937cc6fac71e78a1ff19f..9d76bd5feae64aa0acaba5f3b54ed7d452ca2caf 100644 |
| --- a/runtime/vm/service.cc |
| +++ b/runtime/vm/service.cc |
| @@ -1118,7 +1118,7 @@ static void PrintPseudoNull(JSONStream* js, |
| JSONObject jsobj(js); |
| jsobj.AddProperty("type", "Null"); |
| jsobj.AddProperty("id", id); |
| - jsobj.AddProperty("preview", preview); |
| + jsobj.AddProperty("valueAsString", preview); |
| } |