| Index: src/arm/lithium-arm.h
|
| ===================================================================
|
| --- src/arm/lithium-arm.h (revision 7563)
|
| +++ src/arm/lithium-arm.h (working copy)
|
| @@ -1421,7 +1421,7 @@
|
| DECLARE_CONCRETE_INSTRUCTION(CallRuntime, "call-runtime")
|
| DECLARE_HYDROGEN_ACCESSOR(CallRuntime)
|
|
|
| - Runtime::Function* function() const { return hydrogen()->function(); }
|
| + const Runtime::Function* function() const { return hydrogen()->function(); }
|
| int arity() const { return hydrogen()->argument_count(); }
|
| };
|
|
|
|
|