Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index 9a850f659ed3f3eb2829b348605643210d159276..9bffca25a2ddedf955f3cb4e4642a0b4487504bd 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); |