| Index: runtime/vm/dart_entry.h
|
| diff --git a/runtime/vm/dart_entry.h b/runtime/vm/dart_entry.h
|
| index 2a52eeca005eb11a97f226625cc03f3697fe8fcb..c2e8f92b931e71a1c8b580dea310eaad848afa40 100644
|
| --- a/runtime/vm/dart_entry.h
|
| +++ b/runtime/vm/dart_entry.h
|
| @@ -126,9 +126,11 @@ class DartEntry : public AllStatic {
|
|
|
| // Invokes the specified instance, static, or closure function.
|
| // On success, returns a RawInstance. On failure, a RawError.
|
| - static RawObject* InvokeFunction(const Function& function,
|
| - const Array& arguments,
|
| - const Array& arguments_descriptor);
|
| + static RawObject* InvokeFunction(
|
| + const Function& function,
|
| + const Array& arguments,
|
| + const Array& arguments_descriptor,
|
| + uword current_sp = Thread::GetCurrentStackPointer());
|
|
|
| // Invokes the closure object given as the first argument.
|
| // On success, returns a RawInstance. On failure, a RawError.
|
|
|