| Index: base/profiler/stack_sampling_profiler_win.cc
|
| diff --git a/base/profiler/stack_sampling_profiler_win.cc b/base/profiler/stack_sampling_profiler_win.cc
|
| index 1ccd13412a64496c17fd9d1476e92abb0fff71c0..73b8e11ce41257cc2be911750d59506b03fc336b 100644
|
| --- a/base/profiler/stack_sampling_profiler_win.cc
|
| +++ b/base/profiler/stack_sampling_profiler_win.cc
|
| @@ -40,7 +40,7 @@ int RecordStack(CONTEXT* context,
|
| instruction_pointers[i] = reinterpret_cast<const void*>(context->Rip);
|
|
|
| if (runtime_function) {
|
| - KNONVOLATILE_CONTEXT_POINTERS nvcontext = {0};
|
| + KNONVOLATILE_CONTEXT_POINTERS nvcontext = {};
|
| void* handler_data;
|
| ULONG64 establisher_frame;
|
| RtlVirtualUnwind(0, image_base, context->Rip, runtime_function, context,
|
|
|