| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 36dcbb78197ea772c8df5bcf1c92b5d8a81c7e7d..957e4730b802504b65ee7d36dd40d3e9391f7d7f 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -227,7 +227,6 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
|
| case Runtime::kFinalizeClassDefinition: // TODO(conradw): Is it safe?
|
| case Runtime::kForInDone:
|
| case Runtime::kForInStep:
|
| - case Runtime::kGetOriginalConstructor:
|
| case Runtime::kNewClosure:
|
| case Runtime::kNewClosure_Tenured:
|
| case Runtime::kNewFunctionContext:
|
|
|