Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 12785) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -291,6 +291,7 @@ |
| Dart_Handle CallLibraryTagHandler(Dart_LibraryTag tag, |
| intptr_t token_pos, |
| const String& url); |
| + void ParseIdentList(GrowableObjectArray* names); |
| void ParseLibraryDefinition(); |
| void ParseLibraryName(); |
| void ParseLibraryImportExport(); |