| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 4f9d9529a2001979d04652c52511a43918ea3cad..0337af9edaa5fd8483a2694a26afb60dcadd62f8 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -154,6 +154,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
|
| // are blacklisted here and can be called without a FrameState.
|
| switch (function) {
|
| case Runtime::kAllocateInTargetSpace:
|
| + case Runtime::kCreateIterResultObject:
|
| case Runtime::kDateField:
|
| case Runtime::kDefineClassMethod: // TODO(jarin): Is it safe?
|
| case Runtime::kDefineGetterPropertyUnchecked: // TODO(jarin): Is it safe?
|
|
|