Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 346ece86feb79dc53b1e8fa71dd5b955adafdc97..61f1e2dcfa5627e1cf872c911f1cef77aa315dd5 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -1782,6 +1782,7 @@ Isolate::Isolate() |
regexp_stack_(NULL), |
date_cache_(NULL), |
code_stub_interface_descriptors_(NULL), |
+ context_exit_happened_(false), |
initialized_from_snapshot_(false), |
cpu_profiler_(NULL), |
heap_profiler_(NULL), |