Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.h (revision 9788) |
| +++ runtime/vm/flow_graph_compiler.h (working copy) |
| @@ -126,7 +126,7 @@ |
| FlowGraphCompiler* compiler_; |
| // List of moves not yet resolved. |
| - GrowableArray<MoveOperands> moves_; |
| + GrowableArray<MoveOperands*> moves_; |
| }; |