Index: src/arm/macro-assembler-arm.h |
=================================================================== |
--- src/arm/macro-assembler-arm.h (revision 6858) |
+++ src/arm/macro-assembler-arm.h (working copy) |
@@ -687,7 +687,7 @@ |
// from handle and propagates exceptions. Restores context. |
// stack_space - space to be unwound on exit (includes the call js |
// arguments space and the additional space allocated for the fast call). |
- MaybeObject* TryCallApiFunctionAndReturn(ApiFunction* function, |
+ MaybeObject* TryCallApiFunctionAndReturn(ExternalReference function, |
int stack_space); |
// Jump to a runtime routine. |