Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 27665) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -555,6 +555,7 @@ |
| AstNode* ParseStringLiteral(); |
| String* ParseImportStringLiteral(); |
| AstNode* ParseCompoundLiteral(); |
| + AstNode* ParseSymbolLiteral(); |
| AstNode* ParseListLiteral(intptr_t type_pos, |
| bool is_const, |
| const AbstractTypeArguments& type_arguments); |