Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index 53a4ecccb8f86f40b32865b477b052c46d6434b1..fdef8e0bb18e219e8c71978d823e65bcbe0ecbd1 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::kInlineCall: |
case Runtime::kInlineCallFunction: |
case Runtime::kInlineDefaultConstructorCallSuper: |
case Runtime::kInlineGetCallerJSFunction: |