| Index: runtime/vm/parser.cc
|
| ===================================================================
|
| --- runtime/vm/parser.cc (revision 25531)
|
| +++ runtime/vm/parser.cc (working copy)
|
| @@ -9526,6 +9526,7 @@
|
| InvocationMirror::kConstructor,
|
| InvocationMirror::kMethod);
|
| } else if (constructor.IsRedirectingFactory()) {
|
| + ClassFinalizer::ResolveRedirectingFactory(type_class, constructor);
|
| Type& redirect_type = Type::Handle(constructor.RedirectionType());
|
| if (!redirect_type.IsMalformed() && !redirect_type.IsInstantiated()) {
|
| // The type arguments of the redirection type are instantiated from the
|
|
|