| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index f6c9bc4b3e1576757eaee300e12f6dbedd039d96..4f9d9529a2001979d04652c52511a43918ea3cad 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -161,6 +161,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
|
| case Runtime::kFinalizeClassDefinition: // TODO(conradw): Is it safe?
|
| case Runtime::kForInDone:
|
| case Runtime::kForInStep:
|
| + case Runtime::kGetSuperConstructor:
|
| case Runtime::kNewClosure:
|
| case Runtime::kNewClosure_Tenured:
|
| case Runtime::kNewFunctionContext:
|
|
|