Chromium Code Reviews| Index: src/cpu-profiler-inl.h |
| diff --git a/src/cpu-profiler-inl.h b/src/cpu-profiler-inl.h |
| index a7fffe007c1e196395908add5294b0d356b277c3..b704417795c21dc9eaf0255f9b224e37d7f9c250 100644 |
| --- a/src/cpu-profiler-inl.h |
| +++ b/src/cpu-profiler-inl.h |
| @@ -70,6 +70,7 @@ TickSampleEventRecord* TickSampleEventRecord::init(void* value) { |
| // Init the required fields only. |
| result->sample.pc = NULL; |
| result->sample.frames_count = 0; |
| + result->sample.has_external_callback = false; |
| return result; |
| } |