| Index: runtime/vm/flow_graph_compiler.h | 
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h | 
| index 783c851bb4cf63ee52c11a3f56041d9c8bf202a4..2b61c46d42e39887a1ce1204736eef0b5f92eba1 100644 | 
| --- a/runtime/vm/flow_graph_compiler.h | 
| +++ b/runtime/vm/flow_graph_compiler.h | 
| @@ -727,6 +727,8 @@ class FlowGraphCompiler : public ValueObject { | 
| // In future AddDeoptStub should be moved out of the instruction template. | 
| Environment* pending_deoptimization_env_; | 
|  | 
| +  intptr_t entry_patch_pc_offset_; | 
| +  intptr_t patch_code_pc_offset_; | 
| intptr_t lazy_deopt_pc_offset_; | 
|  | 
| ZoneGrowableArray<const ICData*>* deopt_id_to_ic_data_; | 
|  |