| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 7bdc5389d3a7f39d60f3453dc36a9a35c0a07e6d..0277fc735ef2201d5d3ddd3935098c34d66958b3 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -538,8 +538,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,
|
|
|