Index: base/trace_event/heap_profiler_allocation_context_tracker.h |
diff --git a/base/trace_event/heap_profiler_allocation_context_tracker.h b/base/trace_event/heap_profiler_allocation_context_tracker.h |
index 454200c474ee32be54c15e234cfa1753a8e580ce..151fda34705c6d18cf9ce0964a97fa515c5b3664 100644 |
--- a/base/trace_event/heap_profiler_allocation_context_tracker.h |
+++ b/base/trace_event/heap_profiler_allocation_context_tracker.h |
@@ -101,6 +101,10 @@ class BASE_EXPORT AllocationContextTracker { |
uint32_t ignore_scope_depth_; |
+#if HAVE_TRACE_STACK_FRAME_POINTERS && !defined(OS_NACL) |
+ debug::PerThreadStackInfo stack_info_; |
+#endif |
+ |
DISALLOW_COPY_AND_ASSIGN(AllocationContextTracker); |
}; |