| Index: test/cctest/test-cpu-profiler.cc
|
| diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc
|
| index 5e1b9f2a7f5316850a83627631e9ba4e0f024738..a8f5b161d3d9cdaa6f22e6ae20fdf1293cfb1aab 100644
|
| --- a/test/cctest/test-cpu-profiler.cc
|
| +++ b/test/cctest/test-cpu-profiler.cc
|
| @@ -47,6 +47,7 @@ static void EnqueueTickSampleEvent(ProfilerEventsProcessor* proc,
|
| i::Address frame2 = NULL,
|
| i::Address frame3 = NULL) {
|
| i::TickSample* sample = proc->TickSampleEvent();
|
| + sample->state = i::OTHER;
|
| sample->pc = frame1;
|
| sample->function = frame1;
|
| sample->frames_count = 0;
|
|
|