| Index: src/sampler.cc
|
| diff --git a/src/sampler.cc b/src/sampler.cc
|
| index 0b11725fe99d557a68c66ceb7ee105d64d884eec..88570059eaf6a71841643add6ce9aaa3424e4a69 100644
|
| --- a/src/sampler.cc
|
| +++ b/src/sampler.cc
|
| @@ -651,7 +651,7 @@ DISABLE_ASAN void TickSample::Trace(Isolate* isolate) {
|
| has_external_callback = false;
|
| }
|
|
|
| - SafeStackTraceFrameIterator it(isolate, fp, sp, sp, js_entry_sp);
|
| + SafeStackFrameIterator it(isolate, fp, sp, sp, js_entry_sp);
|
| int i = 0;
|
| while (!it.done() && i < TickSample::kMaxFramesCount) {
|
| stack[i++] = it.frame()->pc();
|
|
|