Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 4adcd69d3f3c5b3a88ffa97636af6139132bed32..4cf0252d937e77f8e22c317868bd9e906a34e4d1 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -95,7 +95,7 @@ void ThreadLocalTop::InitializeInternal() { |
simulator_ = NULL; |
#endif |
js_entry_sp_ = NULL; |
- external_callback_ = NULL; |
+ external_callback_scope_ = NULL; |
current_vm_state_ = EXTERNAL; |
try_catch_handler_address_ = NULL; |
context_ = NULL; |