| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 24971)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -382,7 +382,8 @@
|
| GrowableArray<Field*>* initialized_fields,
|
| Field* field);
|
| void GenerateSuperConstructorCall(const Class& cls,
|
| - LocalVariable* receiver);
|
| + LocalVariable* receiver,
|
| + ArgumentListNode* forwarding_args);
|
| AstNode* ParseSuperInitializer(const Class& cls, LocalVariable* receiver);
|
| AstNode* ParseInitializer(const Class& cls,
|
| LocalVariable* receiver,
|
|
|