| Index: runtime/vm/object_service.cc
|
| diff --git a/runtime/vm/object_service.cc b/runtime/vm/object_service.cc
|
| index 35c3d07bb7f9886172e2a3d566b77d6f26896f23..232bd6ec88c59879cf22dfaa2a95b5ebbe9f9c1f 100644
|
| --- a/runtime/vm/object_service.cc
|
| +++ b/runtime/vm/object_service.cc
|
| @@ -997,7 +997,6 @@ void UnwindError::PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| jsobj.AddServiceId(*this);
|
| jsobj.AddProperty("message", ToErrorCString());
|
| jsobj.AddProperty("_is_user_initiated", is_user_initiated());
|
| - jsobj.AddProperty("_is_vm_restart", is_vm_restart());
|
| }
|
|
|
|
|
|
|