| Index: src/compiler/operator-properties-inl.h | 
| diff --git a/src/compiler/operator-properties-inl.h b/src/compiler/operator-properties-inl.h | 
| index 374d9ba55cbcc7fd2ee36dca0e9c86b0d846f7fd..2484a6a934c9f396dfd95ebbaeb92502787a39c6 100644 | 
| --- a/src/compiler/operator-properties-inl.h | 
| +++ b/src/compiler/operator-properties-inl.h | 
| @@ -40,6 +40,8 @@ inline bool OperatorProperties::HasFrameStateInput(Operator* op) { | 
| case IrOpcode::kJSCallFunction: | 
| case IrOpcode::kJSCallConstruct: | 
| return true; | 
| +    case IrOpcode::kFrameState: | 
| +      return true; | 
| case IrOpcode::kJSCallRuntime: { | 
| Runtime::FunctionId function = | 
| reinterpret_cast<Operator1<Runtime::FunctionId>*>(op)->parameter(); | 
|  |