| Index: src/compiler/linkage-impl.h
|
| diff --git a/src/compiler/linkage-impl.h b/src/compiler/linkage-impl.h
|
| index b270664c7fb43cf9ca5b8c61f8792e74fa60b4de..abd0696837d17a49c4f58e1d9ca8084968658069 100644
|
| --- a/src/compiler/linkage-impl.h
|
| +++ b/src/compiler/linkage-impl.h
|
| @@ -192,8 +192,8 @@ class LinkageHelper {
|
| descriptor.DebugName(isolate));
|
| }
|
|
|
| - static CallDescriptor* GetSimplifiedCDescriptor(Zone* zone,
|
| - MachineSignature* msig) {
|
| + static CallDescriptor* GetSimplifiedCDescriptor(
|
| + Zone* zone, const MachineSignature* msig) {
|
| LocationSignature::Builder locations(zone, msig->return_count(),
|
| msig->parameter_count());
|
| // Add return location(s).
|
|
|