Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index e384e82a423faa5c5d54818ba971a5006c7851ff..6b3c0778ce3c0e38c26556919f279845cdf2c758 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -238,6 +238,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) { |
case Runtime::kTraceExit: |
return 0; |
case Runtime::kInlineArguments: |
+ case Runtime::kInlineArgumentsLength: |
case Runtime::kInlineCall: |
case Runtime::kInlineCallFunction: |
case Runtime::kInlineDefaultConstructorCallSuper: |