Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 27825) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -642,7 +642,8 @@ |
| const String& function_name, |
| ArgumentListNode* function_arguments, |
| InvocationMirror::Call call, |
| - InvocationMirror::Type type); |
| + InvocationMirror::Type type, |
| + Function* func); |
| void CheckOperatorArity(const MemberDesc& member); |