| Index: src/compiler/linkage.cc | 
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc | 
| index 0c43c2d494fe68ad712597782bc1d1c2201bd28d..b7fe62e7735658bb2c9c4c790f0adcd248473d36 100644 | 
| --- a/src/compiler/linkage.cc | 
| +++ b/src/compiler/linkage.cc | 
| @@ -182,7 +182,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: | 
|  |