Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.h |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.h (revision 29041) |
| +++ runtime/vm/flow_graph_builder.h (working copy) |
| @@ -364,7 +364,8 @@ |
| AstNode* receiver, |
| const String& method_name, |
| ArgumentListNode* method_arguments, |
| - bool save_last_arg); |
| + bool save_last_arg, |
| + bool is_super_invocation); |
| StaticCallInstr* BuildThrowNoSuchMethodError( |
| intptr_t token_pos, |