Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index 097d3ab92bb62544ed4e31843dfc7322c7c7bae5..1def1d99b58f6abb8e53792d7c07a1d4409296c5 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -225,7 +225,6 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) { |
case Runtime::kForInDone: |
case Runtime::kForInStep: |
case Runtime::kGetOriginalConstructor: |
- case Runtime::kNewArguments: |
case Runtime::kNewClosure: |
case Runtime::kNewClosure_Tenured: |
case Runtime::kNewFunctionContext: |