| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 4bee176beb4dda4a3420340fc4baf196244c5b6d..7053ba2a1245e07cfea207e305e7af59d14f9bbf 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -34,7 +34,7 @@ OStream& operator<<(OStream& os, const CallDescriptor::Kind& k) {
|
| OStream& operator<<(OStream& os, const CallDescriptor& d) {
|
| // TODO(svenpanne) Output properties etc. and be less cryptic.
|
| return os << d.kind() << ":" << d.debug_name() << ":r" << d.ReturnCount()
|
| - << "p" << d.ParameterCount() << "i" << d.InputCount() << "f"
|
| + << "j" << d.JSParameterCount() << "i" << d.InputCount() << "f"
|
| << d.FrameStateCount();
|
| }
|
|
|
|
|