Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index c93b23c47105f70a630af1cc6cdf3548dde88712..5978ed270e34d51d8a5de093310ba023d0810a55 100644 |
| --- a/src/api.cc |
| +++ b/src/api.cc |
| @@ -770,7 +770,6 @@ void Context::Exit() { |
| i::Context* last_context = |
| isolate->handle_scope_implementer()->RestoreContext(); |
| isolate->set_context(last_context); |
| - isolate->set_context_exit_happened(true); |
| } |