Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 1763) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -173,6 +173,7 @@ |
| void ErrorMsg(const char* msg, ...); |
| void ErrorMsg(intptr_t token_index, const char* msg, ...); |
| void Warning(const char* msg, ...); |
| + void Warning(intptr_t token_index, const char* msg, ...); |
| void Unimplemented(const char* msg); |
| const Instance& EvaluateConstExpr(AstNode* expr); |