Chromium Code Reviews| Index: runtime/vm/class_finalizer.cc |
| =================================================================== |
| --- runtime/vm/class_finalizer.cc (revision 37949) |
| +++ runtime/vm/class_finalizer.cc (working copy) |
| @@ -725,6 +725,7 @@ |
| const TypeArguments& arguments, |
| Error* bound_error) { |
| if (!cls.is_type_finalized()) { |
| + FinalizeTypeParameters(cls); |
| FinalizeUpperBounds(cls); |
| } |
| // Note that when finalizing a type, we need to verify the bounds in both |