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