Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.h |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.h (revision 9519) |
| +++ runtime/vm/flow_graph_builder.h (working copy) |
| @@ -62,7 +62,7 @@ |
| void Rename(intptr_t var_count); |
| void RenameRecursive(BlockEntryInstr* block_entry, |
| - ZoneGrowableArray<Value*>* env, |
| + GrowableArray<Value*>* env, |
| intptr_t var_count); |
| void InsertPhis(const GrowableArray<BlockEntryInstr*>& preorder, |