Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index ca9763bf67b63bcecb44a2f0dbee8b062e47bb8d..deddeca67e4542d7e7fe745867538bc6e0c4c009 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -178,7 +178,6 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) { |
case Runtime::kInlineDefaultConstructorCallSuper: |
case Runtime::kInlineGetCallerJSFunction: |
case Runtime::kInlineGetPrototype: |
- case Runtime::kInlineIsConstructCall: |
case Runtime::kInlineRegExpExec: |
case Runtime::kInlineSubString: |
case Runtime::kInlineToInteger: |