| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index e6c0cc99249d356870dba9e3d22c4469f8aa5c7e..7e95bc7cf40a8176012071401bb9af52c6598abe 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -93,8 +93,8 @@ bool OperatorProperties::HasFrameStateInput(const Operator* op) {
|
| case IrOpcode::kJSToString:
|
|
|
| // Call operations
|
| - case IrOpcode::kJSCallConstruct:
|
| - case IrOpcode::kJSCallConstructWithSpread:
|
| + case IrOpcode::kJSConstruct:
|
| + case IrOpcode::kJSConstructWithSpread:
|
| case IrOpcode::kJSCallForwardVarargs:
|
| case IrOpcode::kJSCallFunction:
|
| case IrOpcode::kJSCallFunctionWithSpread:
|
|
|