| 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 b47dc16eddd02b2565bd18511d0490a17c488056..6d0995c5a87d7c84202a881b8ab471cb94345deb 100644
|
| --- a/base/trace_event/heap_profiler_allocation_context_tracker.cc
|
| +++ b/base/trace_event/heap_profiler_allocation_context_tracker.cc
|
| @@ -206,7 +206,7 @@ bool AllocationContextTracker::GetContextSnapshot(AllocationContext* ctx) {
|
| const void* frames[128];
|
| static_assert(arraysize(frames) >= Backtrace::kMaxFrameCount,
|
| "not requesting enough frames to fill Backtrace");
|
| -#if HAVE_TRACE_STACK_FRAME_POINTERS && !defined(OS_NACL)
|
| +#if CAN_UNWIND_WITH_FRAME_POINTERS && !defined(OS_NACL)
|
| size_t frame_count = debug::TraceStackFramePointers(
|
| frames,
|
| arraysize(frames),
|
|
|