Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.h |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.h (revision 10825) |
| +++ runtime/vm/flow_graph_optimizer.h (working copy) |
| @@ -97,6 +97,7 @@ |
| virtual void VisitBind(BindInstr* bind); |
| virtual void VisitPhi(PhiInstr* phi); |
| virtual void VisitParameter(ParameterInstr* param); |
| + virtual void VisitPushArgument(PushArgumentInstr* bind); |
| private: |
| const ParsedFunction& parsed_function_; |