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