| Index: runtime/vm/flow_graph_optimizer.h
|
| diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
|
| index 8521b20fdb0dd653af9373389897dd7a145b1332..4627334d4fb85f9664025ee682c53a525becbef8 100644
|
| --- a/runtime/vm/flow_graph_optimizer.h
|
| +++ b/runtime/vm/flow_graph_optimizer.h
|
| @@ -90,7 +90,7 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
|
| bool is_immutable);
|
| void InlineGArrayCapacityGetter(InstanceCallInstr* call);
|
| void InlineStringLengthGetter(InstanceCallInstr* call);
|
| - void InlineStringIsEmptyTester(InstanceCallInstr* call);
|
| + void InlineStringIsEmptyGetter(InstanceCallInstr* call);
|
|
|
| FlowGraph* flow_graph_;
|
|
|
|
|