| Index: runtime/vm/object_service.cc
|
| diff --git a/runtime/vm/object_service.cc b/runtime/vm/object_service.cc
|
| index fe9566c0f9859ce8fb6dcfb3e48b47627e1533ad..5ce11c9d562843561447971561a259489e2d990d 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());
|
| }
|
|
|
|
|
|
|