| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 93112be1af9a995e48ee434292967d977f7ce24c..344c42ec720fcd46091d4fe8d3a0ae047fa4f3eb 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:
|
|
|