| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index abfc5fd99c4a6c4b6af55be025ccaa99e7519bb8..09d964b3c5d3ecb80525fc4a60a22ea12a784671 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -70,6 +70,7 @@ bool OperatorProperties::HasFrameStateInput(const Operator* op) {
|
|
|
| // Conversions
|
| case IrOpcode::kJSToObject:
|
| + case IrOpcode::kJSToNumber:
|
|
|
| // Other
|
| case IrOpcode::kJSDeleteProperty:
|
|
|