Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 44844) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -325,9 +325,10 @@ |
| bool IsYieldKeyword(); |
| void SkipIf(Token::Kind); |
| + void SkipToMatching(); |
| + void SkipToMatchingParenthesis(); |
| void SkipBlock(); |
| intptr_t SkipMetadata(); |
| - void SkipToMatchingParenthesis(); |
| void SkipTypeArguments(); |
| void SkipType(bool allow_void); |
| void SkipInitializers(); |