| Index: src/full-codegen.cc
|
| diff --git a/src/full-codegen.cc b/src/full-codegen.cc
|
| index 04086d483d9bb1ba7b2e22d1cbef1de9249366a9..3c02d11634be54a0eb7e8d7785494312cb06a0f4 100644
|
| --- a/src/full-codegen.cc
|
| +++ b/src/full-codegen.cc
|
| @@ -345,7 +345,7 @@ void FullCodeGenerator::PrepareForBailout(Expression* node, State state) {
|
| }
|
|
|
|
|
| -void FullCodeGenerator::RecordJSReturnSite(Call* call) {
|
| +void FullCodeGenerator::RecordJSReturnSite(CallBase* call) {
|
| // We record the offset of the function return so we can rebuild the frame
|
| // if the function was inlined, i.e., this is the return address in the
|
| // inlined function's frame.
|
|
|