| 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 51e4590f9f08eb2e647fbbdd189ab0cd556ac5a4..791ab7a6fe1d46f6dbda2cc3f5bdaa849a5a5b6d 100644
|
| --- a/base/trace_event/heap_profiler_allocation_context_tracker.cc
|
| +++ b/base/trace_event/heap_profiler_allocation_context_tracker.cc
|
| @@ -106,7 +106,7 @@ AllocationContext AllocationContextTracker::GetContextSnapshot() {
|
| std::fill(dst, dst_end, nullptr);
|
| }
|
|
|
| - ctx.type_id = 0;
|
| + ctx.type_name = nullptr;
|
|
|
| return ctx;
|
| }
|
|
|