Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 29456) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -534,7 +534,7 @@ |
| bool IsSimpleLiteral(const AbstractType& type, Instance* value); |
| bool IsFunctionTypeAliasName(); |
| bool IsMixinTypedef(); |
| - bool TryParseTypeParameter(); |
| + bool TryParseTypeParameters(); |
| bool TryParseOptionalType(); |
| bool TryParseReturnType(); |
| bool IsVariableDeclaration(); |