summaryrefslogtreecommitdiffstats
path: root/chromium/base/trace_event/heap_profiler_allocation_context_tracker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/trace_event/heap_profiler_allocation_context_tracker.cc')
-rw-r--r--chromium/base/trace_event/heap_profiler_allocation_context_tracker.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/base/trace_event/heap_profiler_allocation_context_tracker.cc b/chromium/base/trace_event/heap_profiler_allocation_context_tracker.cc
index fac4a8a7b43..31f311a918e 100644
--- a/chromium/base/trace_event/heap_profiler_allocation_context_tracker.cc
+++ b/chromium/base/trace_event/heap_profiler_allocation_context_tracker.cc
@@ -168,8 +168,8 @@ AllocationContext AllocationContextTracker::GetContextSnapshot() {
CaptureMode mode = static_cast<CaptureMode>(
subtle::NoBarrier_Load(&capture_mode_));
- auto backtrace = std::begin(ctx.backtrace.frames);
- auto backtrace_end = std::end(ctx.backtrace.frames);
+ auto* backtrace = std::begin(ctx.backtrace.frames);
+ auto* backtrace_end = std::end(ctx.backtrace.frames);
if (!thread_name_) {
// Ignore the string allocation made by GetAndLeakThreadName to avoid