| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 10615)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -313,7 +313,7 @@
|
| void CheckConstFieldsInitialized(const Class& cls);
|
| void CheckConstructors(ClassDesc* members);
|
| void ParseInitializedInstanceFields(const Class& cls,
|
| - GrowableArray<FieldInitExpression>* initializers,
|
| + LocalVariable* receiver,
|
| GrowableArray<Field*>* initialized_fields);
|
| void CheckDuplicateFieldInit(intptr_t init_pos,
|
| GrowableArray<Field*>* initialized_fields,
|
|
|