| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 27977)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -187,8 +187,6 @@
|
| const char* format,
|
| va_list args);
|
|
|
| - static void AddImplicitConstructor(const Class& cls);
|
| -
|
| private:
|
| friend class EffectGraphVisitor; // For BuildNoSuchMethodArguments.
|
|
|
| @@ -398,6 +396,7 @@
|
| bool evaluate_metadata,
|
| ParamList* params);
|
| void CheckConstFieldsInitialized(const Class& cls);
|
| + static void AddImplicitConstructor(const Class& cls);
|
| void CheckConstructors(ClassDesc* members);
|
| AstNode* ParseExternalInitializedField(const Field& field);
|
| void ParseInitializedInstanceFields(
|
|
|