| Index: runtime/vm/flow_graph_optimizer.h
|
| diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
|
| index 6ec0e35283a15fccdff32017847232a977ee4a87..5a13707787f21dcc179eabc04b38adf30b5601b6 100644
|
| --- a/runtime/vm/flow_graph_optimizer.h
|
| +++ b/runtime/vm/flow_graph_optimizer.h
|
| @@ -84,7 +84,7 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
|
| bool TryInlineInstanceMethod(InstanceCallInstr* call);
|
| void ReplaceWithInstanceOf(InstanceCallInstr* instr);
|
|
|
| - LoadIndexedInstr* BuildStringCharCodeAt(InstanceCallInstr* call,
|
| + LoadIndexedInstr* BuildStringCodeUnitAt(InstanceCallInstr* call,
|
| intptr_t cid);
|
|
|
| LoadIndexedInstr* BuildByteArrayViewLoad(InstanceCallInstr* call,
|
|
|