| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 3d3083004aebf036251d493a67be5c6c9764470a..53a4ecccb8f86f40b32865b477b052c46d6434b1 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -228,7 +228,6 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
|
| case Runtime::kNewArguments:
|
| case Runtime::kNewClosure:
|
| case Runtime::kNewFunctionContext:
|
| - case Runtime::kNewRestParamSlow:
|
| case Runtime::kPushBlockContext:
|
| case Runtime::kPushCatchContext:
|
| case Runtime::kReThrow:
|
|
|