| Index: runtime/vm/class_finalizer.h
|
| ===================================================================
|
| --- runtime/vm/class_finalizer.h (revision 29272)
|
| +++ runtime/vm/class_finalizer.h (working copy)
|
| @@ -122,7 +122,7 @@
|
| const Type& type,
|
| const GrowableObjectArray& collected_args);
|
| static RawType* ResolveMixinAppType(const Class& cls,
|
| - const MixinAppType& mixin_app);
|
| + const MixinAppType& mixin_app_type);
|
| static void ResolveSuperTypeAndInterfaces(const Class& cls,
|
| GrowableArray<intptr_t>* visited);
|
| static void FinalizeTypeParameters(const Class& cls);
|
|
|