Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 44224) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -465,6 +465,7 @@ |
| void GenerateSuperConstructorCall(const Class& cls, |
| intptr_t supercall_pos, |
| LocalVariable* receiver, |
| + AstNode* phase_parameter, |
| ArgumentListNode* forwarding_args); |
| AstNode* ParseSuperInitializer(const Class& cls, LocalVariable* receiver); |
| AstNode* ParseInitializer(const Class& cls, |