Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index 881134f37081cf3c620802555716f231cee01faa..24f5e490a7391fa8f6e568dd69706dfc221bb431 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -114,9 +114,8 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) { |
case Runtime::kDefineClassMethod: // TODO(jarin): Is it safe? |
case Runtime::kDefineGetterPropertyUnchecked: // TODO(jarin): Is it safe? |
case Runtime::kDefineSetterPropertyUnchecked: // TODO(jarin): Is it safe? |
- case Runtime::kForInCacheArrayLength: |
- case Runtime::kForInInit: |
- case Runtime::kForInNext: |
+ case Runtime::kForInDone: |
+ case Runtime::kForInStep: |
case Runtime::kNewArguments: |
case Runtime::kNewClosure: |
case Runtime::kNewFunctionContext: |