| Index: src/compiler/instruction-selector.cc
|
| diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc
|
| index a91b7db12689f665e9884601dbbe36a5c61f3487..4f95b752bab5fe6d43b40b921363a64b74f0a4de 100644
|
| --- a/src/compiler/instruction-selector.cc
|
| +++ b/src/compiler/instruction-selector.cc
|
| @@ -298,7 +298,7 @@ void InstructionSelector::MarkAsRepresentation(MachineType rep, Node* node) {
|
|
|
| // TODO(bmeurer): Get rid of the CallBuffer business and make
|
| // InstructionSelector::VisitCall platform independent instead.
|
| -CallBuffer::CallBuffer(Zone* zone, CallDescriptor* d,
|
| +CallBuffer::CallBuffer(Zone* zone, const CallDescriptor* d,
|
| FrameStateDescriptor* frame_desc)
|
| : descriptor(d),
|
| frame_state_descriptor(frame_desc),
|
|
|