Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index b6f14f0b96ec6a593737eaeb0ace3019f9913596..f1ffeb634c8f8c175c74cf4583a603b15fc2b96e 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -1471,6 +1471,7 @@ class RawUnwindError : public RawError { |
return reinterpret_cast<RawObject**>(&ptr()->message_); |
} |
bool is_user_initiated_; |
+ bool is_vm_restart_; |
}; |