| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index 7e95bc7cf40a8176012071401bb9af52c6598abe..1150dbed767b53dab013e7c2c2f928d10133f5ea 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -96,8 +96,8 @@ bool OperatorProperties::HasFrameStateInput(const Operator* op) {
|
| case IrOpcode::kJSConstruct:
|
| case IrOpcode::kJSConstructWithSpread:
|
| case IrOpcode::kJSCallForwardVarargs:
|
| - case IrOpcode::kJSCallFunction:
|
| - case IrOpcode::kJSCallFunctionWithSpread:
|
| + case IrOpcode::kJSCall:
|
| + case IrOpcode::kJSCallWithSpread:
|
|
|
| // Misc operations
|
| case IrOpcode::kJSConvertReceiver:
|
|
|