| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index 60e6ad76368e1a797ca441a8553af1d4e945a26b..7aff0ae4c1dbde6d75bcc98d40816127033912dc 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -60,6 +60,7 @@ int OperatorProperties::GetFrameStateInputCount(const Operator* op) {
|
| case IrOpcode::kJSToName:
|
|
|
| // Misc operations
|
| + case IrOpcode::kJSConvertReceiver:
|
| case IrOpcode::kJSForInNext:
|
| case IrOpcode::kJSForInPrepare:
|
| case IrOpcode::kJSStackCheck:
|
|
|