Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: runtime/vm/object.h

Issue 2759533002: Remove legacy restart code (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 48e62882e1f97c037d2cdc73cd519be3ba3efafe..d208ee2e524689f45d174042ce5af94e68c7db5d 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() {

Powered by Google App Engine
This is Rietveld 408576698