| Index: src/ia32/lithium-ia32.h
|
| ===================================================================
|
| --- src/ia32/lithium-ia32.h (revision 7563)
|
| +++ src/ia32/lithium-ia32.h (working copy)
|
| @@ -1500,7 +1500,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(); }
|
| };
|
|
|
|
|