Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 44981) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -350,6 +350,8 @@ |
| void SkipQualIdent(); |
| void SkipFunctionPreamble(); |
| + AstNode* DartPrint(const char* str); |
| + |
| void CheckConstructorCallTypeArguments(intptr_t pos, |
| const Function& constructor, |
| const TypeArguments& type_arguments); |