Index: src/compiler/ia32/instruction-selector-ia32.cc |
diff --git a/src/compiler/ia32/instruction-selector-ia32.cc b/src/compiler/ia32/instruction-selector-ia32.cc |
index 6b7c01eda50ee26515b77eba417d43be0ab18c58..16063ab43b41c4b25e0618620a6f213b06985d42 100644 |
--- a/src/compiler/ia32/instruction-selector-ia32.cc |
+++ b/src/compiler/ia32/instruction-selector-ia32.cc |
@@ -719,7 +719,7 @@ void InstructionSelector::VisitFloat64RoundTiesAway(Node* node) { |
void InstructionSelector::VisitCall(Node* node) { |
IA32OperandGenerator g(this); |
- CallDescriptor* descriptor = OpParameter<CallDescriptor*>(node); |
+ const CallDescriptor* descriptor = OpParameter<const CallDescriptor*>(node); |
FrameStateDescriptor* frame_state_descriptor = NULL; |