Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 29984) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -271,6 +271,7 @@ |
| CompilerStats::num_tokens_consumed++; |
| } |
| void ConsumeRightAngleBracket(); |
| + void CheckToken(Token::Kind token_expected, const char* msg = NULL); |
| void ExpectToken(Token::Kind token_expected); |
| void ExpectSemicolon(); |
| void UnexpectedToken(); |