| Index: base/debug/stack_trace.h
|
| diff --git a/base/debug/stack_trace.h b/base/debug/stack_trace.h
|
| index 5796f560d374c240f1d8026a96e08b30b8c9a7fd..72056ec6b6e75a811fc854bf6b1fb7bf131e2873 100644
|
| --- a/base/debug/stack_trace.h
|
| +++ b/base/debug/stack_trace.h
|
| @@ -115,7 +115,6 @@ BASE_EXPORT size_t TraceStackFramePointers(const void** out_trace,
|
| size_t max_depth,
|
| size_t skip_initial);
|
|
|
| -#if !defined(OS_WIN)
|
| // Links stack frame |fp| to |parent_fp|, so that during stack unwinding
|
| // TraceStackFramePointers() visits |parent_fp| after visiting |fp|.
|
| // Both frame pointers must come from __builtin_frame_address().
|
| @@ -165,7 +164,6 @@ class BASE_EXPORT ScopedStackFrameLinker {
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ScopedStackFrameLinker);
|
| };
|
| -#endif // !defined(OS_WIN)
|
|
|
| #endif // BUILDFLAG(CAN_UNWIND_WITH_FRAME_POINTERS)
|
|
|
|
|