Chromium Code Reviews| Index: runtime/vm/class_finalizer.h |
| =================================================================== |
| --- runtime/vm/class_finalizer.h (revision 24971) |
| +++ runtime/vm/class_finalizer.h (working copy) |
| @@ -106,6 +106,9 @@ |
| static void CloneTypeParameters(const Class& mixapp_class); |
| static void ApplyMixinTypes(const Class& cls); |
| static void ApplyMixin(const Class& cls); |
| + static void CreateForwardingConstructors( |
| + const Class& mixin_app, |
| + const GrowableObjectArray& cloned_funcs); |
|
srdjan
2013/07/12 21:53:57
Strange indentation.
hausner
2013/07/12 22:00:42
Done.
|
| static void CollectTypeArguments(const Class& cls, |
| const Type& type, |
| const GrowableObjectArray& collected_args); |