Index: src/heap-profiler.h |
diff --git a/src/heap-profiler.h b/src/heap-profiler.h |
index 80516be0f4871439497e0f88724f02326b74f07b..20fd2c73fdeb0b562ecc08fb95b72b0100c0767d 100644 |
--- a/src/heap-profiler.h |
+++ b/src/heap-profiler.h |
@@ -76,6 +76,7 @@ class HeapProfiler { |
List<v8::HeapProfiler::WrapperInfoCallback> wrapper_callbacks_; |
base::SmartPointer<AllocationTracker> allocation_tracker_; |
bool is_tracking_object_moves_; |
+ base::Mutex profiler_mutex_; |
}; |
} } // namespace v8::internal |