Chromium Code Reviews| Index: runtime/vm/intermediate_language_mips.cc |
| =================================================================== |
| --- runtime/vm/intermediate_language_mips.cc (revision 35415) |
| +++ runtime/vm/intermediate_language_mips.cc (working copy) |
| @@ -3953,7 +3953,7 @@ |
| __ b(deopt); |
| return; |
| } |
| - ASSERT(ic_data().num_args_tested() == 1); |
| + ASSERT(ic_data().NumArgsTested() == 1); |
| if (!with_checks()) { |
| ASSERT(ic_data().HasOneTarget()); |
| const Function& target = Function::ZoneHandle(ic_data().GetTargetAt(0)); |