| Index: src/runtime/runtime-scopes.cc
|
| diff --git a/src/runtime/runtime-scopes.cc b/src/runtime/runtime-scopes.cc
|
| index 2f4da3cbc03c660be29ddc4096dcc5eaad404600..d28efcf74f1cf95d8230eb9108d7c733b41581fd 100644
|
| --- a/src/runtime/runtime-scopes.cc
|
| +++ b/src/runtime/runtime-scopes.cc
|
| @@ -353,7 +353,7 @@ std::unique_ptr<Handle<Object>[]> GetCallerArguments(Isolate* isolate,
|
| // Find frame containing arguments passed to the caller.
|
| JavaScriptFrameIterator it(isolate);
|
| JavaScriptFrame* frame = it.frame();
|
| - List<JSFunction*> functions(2);
|
| + List<SharedFunctionInfo*> functions(2);
|
| frame->GetFunctions(&functions);
|
| if (functions.length() > 1) {
|
| int inlined_jsframe_index = functions.length() - 1;
|
|
|