Index: src/profiler/allocation-tracker.cc |
diff --git a/src/profiler/allocation-tracker.cc b/src/profiler/allocation-tracker.cc |
index d094d0ecc640a01f6cf9b6c7b548e8a23b65011b..99b0b7096b8478809e83c6687251b61d221142fd 100644 |
--- a/src/profiler/allocation-tracker.cc |
+++ b/src/profiler/allocation-tracker.cc |
@@ -193,7 +193,7 @@ void AllocationTracker::DeleteFunctionInfo(FunctionInfo** info) { |
AllocationTracker::AllocationTracker(HeapObjectsMap* ids, StringsStorage* names) |
: ids_(ids), |
names_(names), |
- id_to_function_info_index_(base::HashMap::PointersMatch), |
+ id_to_function_info_index_(), |
info_index_for_other_state_(0) { |
FunctionInfo* info = new FunctionInfo(); |
info->name = "(root)"; |