| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index e4df58d0f7928569b39bd0a5bdfd5a05a1090090..e0dde3f0f6497ae935fc5c41482a810fb24941d9 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -161,8 +161,6 @@ bool Linkage::NeedsFrameStateInput(Runtime::FunctionId function) {
|
| case Runtime::kCreateIterResultObject:
|
| case Runtime::kDefineGetterPropertyUnchecked: // TODO(jarin): Is it safe?
|
| case Runtime::kDefineSetterPropertyUnchecked: // TODO(jarin): Is it safe?
|
| - case Runtime::kForInDone:
|
| - case Runtime::kForInStep:
|
| case Runtime::kGeneratorGetContinuation:
|
| case Runtime::kGetSuperConstructor:
|
| case Runtime::kIsFunction:
|
|
|