Index: runtime/vm/intermediate_language_x64.cc |
=================================================================== |
--- runtime/vm/intermediate_language_x64.cc (revision 35415) |
+++ runtime/vm/intermediate_language_x64.cc (working copy) |
@@ -5006,7 +5006,7 @@ |
__ jmp(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)); |