Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 11966) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -319,7 +319,7 @@ |
| ParamList* params); |
| void CheckConstFieldsInitialized(const Class& cls); |
| void AddImplicitConstructor(ClassDesc* members); |
| - void CheckConstructorCycles(ClassDesc* members); |
| + void CheckConstructors(ClassDesc* members); |
| void ParseInitializedInstanceFields( |
| const Class& cls, |
| LocalVariable* receiver, |