| Index: runtime/vm/class_finalizer.h
|
| diff --git a/runtime/vm/class_finalizer.h b/runtime/vm/class_finalizer.h
|
| index c44989bc108471ec0a89e16ed5a6a389f2da102f..a43689f9729215527838a28ab82d510932259770 100644
|
| --- a/runtime/vm/class_finalizer.h
|
| +++ b/runtime/vm/class_finalizer.h
|
| @@ -150,8 +150,9 @@ class ClassFinalizer : public AllStatic {
|
| const Function& function);
|
| static void ResolveAndFinalizeMemberTypes(const Class& cls);
|
| static void PrintClassInformation(const Class& cls);
|
| - static void CollectInterfaces(const Class& cls,
|
| - const GrowableObjectArray& interfaces);
|
| + static void CollectInterfaces(
|
| + const Class& cls, GrowableArray<const Class*>* collected);
|
| +
|
| static void MarkTypeMalformed(const Error& prev_error,
|
| const Script& script,
|
| const Type& type,
|
|
|