Index: runtime/lib/invocation_mirror.cc |
=================================================================== |
--- runtime/lib/invocation_mirror.cc (revision 18992) |
+++ runtime/lib/invocation_mirror.cc (working copy) |
@@ -44,9 +44,9 @@ |
invoke_arguments, |
fun_args_desc); |
} else { |
- result = DartEntry::InvokeDynamic(function, |
- invoke_arguments, |
- fun_args_desc); |
+ result = DartEntry::InvokeFunction(function, |
+ invoke_arguments, |
+ fun_args_desc); |
} |
if (result.IsError()) { |
Exceptions::PropagateError(Error::Cast(result)); |