| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 16262)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -95,7 +95,7 @@
|
| intptr_t length_offset,
|
| bool is_immutable,
|
| MethodRecognizer::Kind kind);
|
| - void InlineGArrayCapacityGetter(InstanceCallInstr* call);
|
| + void InlineGrowableArrayCapacityGetter(InstanceCallInstr* call);
|
| void InlineStringLengthGetter(InstanceCallInstr* call);
|
| void InlineStringIsEmptyGetter(InstanceCallInstr* call);
|
|
|
|
|