Index: base/trace_event/heap_profiler_allocation_context_tracker.cc |
diff --git a/base/trace_event/heap_profiler_allocation_context_tracker.cc b/base/trace_event/heap_profiler_allocation_context_tracker.cc |
index b58fb60028fd1a641216e5fdd9b054ba99fb6be1..29ce1d7df9da86b5cfd3586a99edc091be411072 100644 |
--- a/base/trace_event/heap_profiler_allocation_context_tracker.cc |
+++ b/base/trace_event/heap_profiler_allocation_context_tracker.cc |
@@ -112,7 +112,7 @@ AllocationContext AllocationContextTracker::GetContextSnapshot() { |
std::fill(dst, dst_end, nullptr); |
} |
- ctx.type_id = 0; |
+ ctx.type_name = nullptr; |
return ctx; |
} |