Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 89052139dfb598e9f2e3fc46b1998a7746f0ecbf..91e310856ebe876dafcd776195249352552567fd 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -1480,7 +1480,8 @@ Isolate::Isolate() |
sweeper_thread_(NULL), |
num_sweeper_threads_(0), |
stress_deopt_count_(0), |
- next_optimization_id_(0) { |
+ next_optimization_id_(0), |
+ use_counter_callback_(NULL) { |
id_ = base::NoBarrier_AtomicIncrement(&isolate_counter_, 1); |
TRACE_ISOLATE(constructor); |