Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 3af3675b7ed3492eba1071bd8d998c8b4d2c99b4..0e0fac36951ee7732ed407875bd33177e0b414fd 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -1878,6 +1878,7 @@ Isolate::Isolate(bool enable_serializer) |
has_fatal_error_(false), |
initialized_from_snapshot_(false), |
is_tail_call_elimination_enabled_(true), |
+ is_profiling_(false), |
cpu_profiler_(NULL), |
heap_profiler_(NULL), |
function_entry_hook_(NULL), |