Chromium Code Reviews| Index: runtime/vm/object.cc |
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
| index 0136eb8edd1b6ca0ddafa0edb35418db5dab9f53..f6a010f9aea279e1e5fc9a9645db258e434d1862 100644 |
| --- a/runtime/vm/object.cc |
| +++ b/runtime/vm/object.cc |
| @@ -16729,7 +16729,8 @@ bool Type::IsEquivalent(const Instance& other, TrailPtr trail) const { |
| } |
| } else if (!type_args.IsSubvectorEquivalent(other_type_args, |
| from_index, |
| - num_type_params)) { |
| + num_type_params, |
| + trail)) { |
| return false; |
| } |
| #ifdef DEBUG |