| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index 3a91fd6b581b5e6a94e68f36df95efb4fd09ff0a..3a7f2f0d84c1f477251f97105e44c0863bb89200 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -52,6 +52,7 @@ int OperatorProperties::GetFrameStateInputCount(const Operator* op) {
|
| case IrOpcode::kJSNotEqual:
|
|
|
| // Context operations
|
| + case IrOpcode::kJSCreateScriptContext:
|
| case IrOpcode::kJSCreateWithContext:
|
|
|
| // Conversions
|
|
|