| Index: base/trace_event/heap_profiler_allocation_context.cc
|
| diff --git a/base/trace_event/heap_profiler_allocation_context.cc b/base/trace_event/heap_profiler_allocation_context.cc
|
| index 038c083f0fa83241f9fef46c0ed239572d282d62..bdbe963f6ac0bd4372a4f59c45468a4b838e48de 100644
|
| --- a/base/trace_event/heap_profiler_allocation_context.cc
|
| +++ b/base/trace_event/heap_profiler_allocation_context.cc
|
| @@ -19,6 +19,7 @@ AllocationContext::AllocationContext() {}
|
| AllocationContext AllocationContext::Empty() {
|
| AllocationContext ctx;
|
|
|
| + ctx.backtrace.frame_type = STACK_FRAME_TYPE_SYMBOL;
|
| for (size_t i = 0; i < arraysize(ctx.backtrace.frames); i++)
|
| ctx.backtrace.frames[i] = nullptr;
|
|
|
|
|