| Index: runtime/vm/class_finalizer.h
|
| diff --git a/runtime/vm/class_finalizer.h b/runtime/vm/class_finalizer.h
|
| index f30f7a542922325e734f15f27b6d42bd42d67898..37da9d3de34b4dbe9847055e73b65ba096caaeaa 100644
|
| --- a/runtime/vm/class_finalizer.h
|
| +++ b/runtime/vm/class_finalizer.h
|
| @@ -35,6 +35,9 @@ class ClassFinalizer : public AllStatic {
|
| FinalizationKind finalization,
|
| PendingTypes* pending_types = NULL);
|
|
|
| + // Finalize the types in the functions's signature while parsing class cls.
|
| + static void FinalizeSignature(const Class& cls, const Function& function);
|
| +
|
| // Allocate, finalize, and return a new malformed type as if it was declared
|
| // in class cls at the given token position.
|
| // If not null, prepend prev_error to the error message built from the format
|
| @@ -152,7 +155,6 @@ class ClassFinalizer : public AllStatic {
|
| static void FinalizeUpperBounds(const Class& cls,
|
| FinalizationKind finalization);
|
| static void ResolveSignature(const Class& cls, const Function& function);
|
| - static void FinalizeSignature(const Class& cls, const Function& function);
|
| static void ResolveAndFinalizeMemberTypes(const Class& cls);
|
| static void PrintClassInformation(const Class& cls);
|
| static void CollectInterfaces(const Class& cls,
|
|
|