Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index 100ddc21b04df31d8a383d7502602868ae8237f6..a688aa8582cdfe2a129d1001df116818459cc6d2 100644 |
--- a/src/api.cc |
+++ b/src/api.cc |
@@ -771,7 +771,6 @@ void Context::Exit() { |
i::Context* last_context = |
isolate->handle_scope_implementer()->RestoreContext(); |
isolate->set_context(last_context); |
- isolate->set_context_exit_happened(true); |
} |