| Index: runtime/vm/flow_graph_type_propagator.h
|
| diff --git a/runtime/vm/flow_graph_type_propagator.h b/runtime/vm/flow_graph_type_propagator.h
|
| index f4458687eb2d6557d427f526ebd865ff28d46c9b..95b19bf66821c68fe3b411e794fd6a7061542eb7 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.h
|
| +++ b/runtime/vm/flow_graph_type_propagator.h
|
| @@ -29,7 +29,7 @@ class FlowGraphTypePropagator : public FlowGraphVisitor {
|
| virtual void VisitJoinEntry(JoinEntryInstr* instr);
|
| virtual void VisitCheckSmi(CheckSmiInstr* instr);
|
| virtual void VisitCheckClass(CheckClassInstr* instr);
|
| - virtual void VisitGuardField(GuardFieldInstr* instr);
|
| + virtual void VisitGuardFieldClass(GuardFieldClassInstr* instr);
|
|
|
| // Current reaching type of the definition. Valid only during dominator tree
|
| // traversal.
|
|
|