Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index a82160d4cc8c2893a96320f7b7334f696adb8227..288584ad04dfdc1c081d4adf892edc30c4765f75 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_; |
}; |