Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index f103bb5cdb8c3309bc7e0e7d702df04793c74a20..915ff09c14fac194774bd9ca7257eb10d92a9076 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -230,7 +230,6 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) { |
case Runtime::kNewClosure: |
case Runtime::kNewClosure_Tenured: |
case Runtime::kNewFunctionContext: |
- case Runtime::kNewObject: |
case Runtime::kPushBlockContext: |
case Runtime::kPushCatchContext: |
case Runtime::kReThrow: |