| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index a39282e3ea442081795e5976e5175e49a5e50d42..bd704a36502cb4d44dd12e6c1974243a801f49ea 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -57,7 +57,6 @@ int OperatorProperties::GetFrameStateInputCount(const Operator* op) {
|
| // Context operations
|
| case IrOpcode::kJSLoadDynamic:
|
| case IrOpcode::kJSCreateScriptContext:
|
| - case IrOpcode::kJSCreateWithContext:
|
|
|
| // Conversions
|
| case IrOpcode::kJSToName:
|
|
|