Index: vm/dart_entry.h |
=================================================================== |
--- vm/dart_entry.h (revision 13564) |
+++ vm/dart_entry.h (working copy) |
@@ -51,7 +51,7 @@ |
// Invoke the specified closure object. |
// On success, returns a RawInstance. On failure, a RawError. |
static RawObject* InvokeClosure( |
- const Closure& closure, |
+ const Instance& closure, |
const GrowableArray<const Object*>& arguments, |
const Array& optional_arguments_names); |