| 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 4b1baf4e1ff22077d1bb55479f57c7a743ffda7d..2e09ef30043ba93aff7cd2cb26b7994302f38c63 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.h
|
| +++ b/runtime/vm/flow_graph_type_propagator.h
|
| @@ -20,7 +20,7 @@ class FlowGraphTypePropagator : public FlowGraphVisitor {
|
| void Propagate();
|
|
|
| void PropagateRecursive(BlockEntryInstr* block);
|
| - void HandleBranchOnStrictCompare(BlockEntryInstr* block);
|
| + void HandleBranchOnNull(BlockEntryInstr* block);
|
|
|
| void RollbackTo(intptr_t rollback_point);
|
|
|
|
|