| Index: src/profiler/allocation-tracker.cc
|
| diff --git a/src/profiler/allocation-tracker.cc b/src/profiler/allocation-tracker.cc
|
| index 791cdf03f0e9ca789bb09acce85d64308d651cc2..5572ed58380ae8a41441f7864c33ed75688fa711 100644
|
| --- a/src/profiler/allocation-tracker.cc
|
| +++ b/src/profiler/allocation-tracker.cc
|
| @@ -233,7 +233,7 @@ void AllocationTracker::AllocationEvent(Address addr, int size) {
|
| int length = 0;
|
| StackTraceFrameIterator it(isolate);
|
| while (!it.done() && length < kMaxAllocationTraceLength) {
|
| - JavaScriptFrame* frame = it.frame();
|
| + StandardFrame* frame = it.frame();
|
| SharedFunctionInfo* shared = frame->function()->shared();
|
| SnapshotObjectId id = ids_->FindOrAddEntry(
|
| shared->address(), shared->Size(), false);
|
|
|