Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 26748) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -636,6 +636,7 @@ |
| AstNode* ThrowNoSuchMethodError(intptr_t call_pos, |
| const Class& cls, |
| const String& function_name, |
| + ArgumentListNode* function_arguments, |
| InvocationMirror::Call call, |
| InvocationMirror::Type type); |