Index: src/arm/virtual-frame-arm.h |
=================================================================== |
--- src/arm/virtual-frame-arm.h (revision 4955) |
+++ src/arm/virtual-frame-arm.h (working copy) |
@@ -275,7 +275,7 @@ |
// Call runtime given the number of arguments expected on (and |
// removed from) the stack. |
- void CallRuntime(Runtime::Function* f, int arg_count); |
+ void CallRuntime(const Runtime::Function* f, int arg_count); |
void CallRuntime(Runtime::FunctionId id, int arg_count); |
#ifdef ENABLE_DEBUGGER_SUPPORT |