| Index: runtime/vm/flow_graph_allocator.h | 
| diff --git a/runtime/vm/flow_graph_allocator.h b/runtime/vm/flow_graph_allocator.h | 
| index e795552bd90d56448a54b7f21ef782b738444884..51fe05f082b43ee4ed8d93fb298c2502c2e8e10a 100644 | 
| --- a/runtime/vm/flow_graph_allocator.h | 
| +++ b/runtime/vm/flow_graph_allocator.h | 
| @@ -116,7 +116,6 @@ class FlowGraphAllocator : public ValueObject { | 
| intptr_t vreg, | 
| RegisterSet* live_registers); | 
| void ProcessOneOutput(BlockEntryInstr* block, | 
| -                        Instruction* current, | 
| intptr_t pos, | 
| Location* out, | 
| Definition* def, | 
| @@ -143,7 +142,7 @@ class FlowGraphAllocator : public ValueObject { | 
| intptr_t NumberOfRegisters() const { return number_of_registers_; } | 
|  | 
| // Find all safepoints that are covered by this live range. | 
| -  void AssignSafepoints(LiveRange* range); | 
| +  void AssignSafepoints(Definition* defn, LiveRange* range); | 
|  | 
| void PrepareForAllocation(Location::Kind register_kind, | 
| intptr_t number_of_registers, | 
|  |