| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 3dd35dc5086639796c59b97be1156db912458d66..b00b3bc38d41e9597674168c7989c0c3d47daf87 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -540,8 +540,8 @@ class Parser : public ValueObject {
|
| void ParseLibraryImportObsoleteSyntax();
|
| void ParseLibraryIncludeObsoleteSyntax();
|
|
|
| - void ResolveSignature(const Function& signature);
|
| - void ResolveType(AbstractType* type);
|
| + void ResolveSignatureTypeParameters(const Function& signature);
|
| + void ResolveTypeParameters(AbstractType* type);
|
| RawAbstractType* CanonicalizeType(const AbstractType& type);
|
| RawAbstractType* ParseType(ClassFinalizer::FinalizationKind finalization,
|
| bool allow_deferred_type = false,
|
|
|