Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index 9b14c4d87dab1f6eb2eccda5165d036045450efc..1f4bee29ed9dec50847fe6ac499d0354fe344d21 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -196,6 +196,7 @@ class ShellOptions { |
last_run(true), |
send_idle_notification(false), |
invoke_weak_callbacks(false), |
+ omit_quit(false), |
stress_opt(false), |
stress_deopt(false), |
interactive_shell(false), |
@@ -222,6 +223,7 @@ class ShellOptions { |
bool last_run; |
bool send_idle_notification; |
bool invoke_weak_callbacks; |
+ bool omit_quit; |
bool stress_opt; |
bool stress_deopt; |
bool interactive_shell; |