| Index: src/compiler/operator-properties.cc
 | 
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
 | 
| index 319ed977d97a32ae66bb3e241115595e6a978038..81299e34ffe830adce4ffa155cf126e0a962a01f 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:
 | 
| +    case IrOpcode::kJSToName:
 | 
|  
 | 
|      // Properties
 | 
|      case IrOpcode::kJSLoadNamed:
 | 
| 
 |