Chromium Code Reviews| Index: runtime/vm/class_finalizer.h |
| =================================================================== |
| --- runtime/vm/class_finalizer.h (revision 41810) |
| +++ runtime/vm/class_finalizer.h (working copy) |
| @@ -109,6 +109,7 @@ |
| GrowableObjectArray* pending_types = NULL); |
| private: |
| + static void AllocateEnumValues(const Class& enum_cls); |
| static bool IsSuperCycleFree(const Class& cls); |
| static bool IsTypeCycleFree(const Class& cls, |
| const AbstractType& type, |