Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 31959) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -389,6 +389,7 @@ |
| GrowableArray<Field*>* initialized_fields, |
| Field* field); |
| void GenerateSuperConstructorCall(const Class& cls, |
| + intptr_t supercall_pos, |
| LocalVariable* receiver, |
| ArgumentListNode* forwarding_args); |
| AstNode* ParseSuperInitializer(const Class& cls, LocalVariable* receiver); |