Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 8bcceaba575702736a9e190e09fe0cdf42d620e4..0e59578d0ac874e73803907f5556f204d187b02c 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -1677,6 +1677,8 @@ Isolate::Isolate() |
memset(&js_spill_information_, 0, sizeof(js_spill_information_)); |
memset(code_kind_statistics_, 0, |
sizeof(code_kind_statistics_[0]) * Code::NUMBER_OF_KINDS); |
+ |
+ allow_handle_deref_ = true; |
#endif |
#ifdef ENABLE_DEBUGGER_SUPPORT |