Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index b96765757413648dd3353a352c417d1eb70da7eb..9cee8db2ba79d92adb820c0af6800f66a58c799e 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -1826,6 +1826,7 @@ Isolate::Isolate(bool enable_serializer) |
serializer_enabled_(enable_serializer), |
has_fatal_error_(false), |
initialized_from_snapshot_(false), |
+ is_tail_call_elimination_enabled_(true), |
cpu_profiler_(NULL), |
heap_profiler_(NULL), |
function_entry_hook_(NULL), |