Index: src/compiler/arm/instruction-selector-arm.cc |
diff --git a/src/compiler/arm/instruction-selector-arm.cc b/src/compiler/arm/instruction-selector-arm.cc |
index 52acdc85f81d7ddf1a9921d0087ce27e1f2e652e..ef9e89ed4efa71b7bbaa51aec1c649b8980d198c 100644 |
--- a/src/compiler/arm/instruction-selector-arm.cc |
+++ b/src/compiler/arm/instruction-selector-arm.cc |
@@ -1017,7 +1017,7 @@ void InstructionSelector::VisitFloat64RoundTiesAway(Node* node) { |
void InstructionSelector::VisitCall(Node* node) { |
ArmOperandGenerator g(this); |
- CallDescriptor* descriptor = OpParameter<CallDescriptor*>(node); |
+ const CallDescriptor* descriptor = OpParameter<const CallDescriptor*>(node); |
FrameStateDescriptor* frame_state_descriptor = NULL; |
if (descriptor->NeedsFrameState()) { |