Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 14293) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -219,7 +219,7 @@ |
| void ExpectToken(Token::Kind token_expected); |
| void ExpectSemicolon(); |
| void UnexpectedToken(); |
| - String* ExpectClassIdentifier(const char* msg); |
| + String* ExpectUserDefinedTypeIdentifier(const char* msg); |
| String* ExpectIdentifier(const char* msg); |
| bool IsLiteral(const char* literal); |