| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 3496fa2deb829090c94ac2ee5119c30246595675..eddc8f7cc319d9a949869e2643c7b7412072071f 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -141,7 +141,6 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
|
| case Runtime::kDefineDataPropertyInLiteral:
|
| case Runtime::kDefineGetterPropertyUnchecked: // TODO(jarin): Is it safe?
|
| case Runtime::kDefineSetterPropertyUnchecked: // TODO(jarin): Is it safe?
|
| - case Runtime::kFinalizeClassDefinition: // TODO(conradw): Is it safe?
|
| case Runtime::kForInDone:
|
| case Runtime::kForInStep:
|
| case Runtime::kGetSuperConstructor:
|
| @@ -159,6 +158,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
|
| case Runtime::kStringLessThanOrEqual:
|
| case Runtime::kStringGreaterThan:
|
| case Runtime::kStringGreaterThanOrEqual:
|
| + case Runtime::kToFastProperties: // TODO(conradw): Is it safe?
|
| case Runtime::kTraceEnter:
|
| case Runtime::kTraceExit:
|
| return 0;
|
|
|