| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 9e1d5032bca59832bfe0ddd400c7fde1e3f4c3fd..bcd2445055934369ccb13ad1fb5717ccacfa2624 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -5421,9 +5421,6 @@ class UnwindError : public Error {
|
| bool is_user_initiated() const { return raw_ptr()->is_user_initiated_; }
|
| void set_is_user_initiated(bool value) const;
|
|
|
| - bool is_vm_restart() const { return raw_ptr()->is_vm_restart_; }
|
| - void set_is_vm_restart(bool value) const;
|
| -
|
| RawString* message() const { return raw_ptr()->message_; }
|
|
|
| static intptr_t InstanceSize() {
|
|
|