| Index: src/hydrogen-instructions.cc
|
| diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc
|
| index 0e45e35077758f064175bff44c85b89df417b565..8438a4aadcb7dca1fd82c24442b804d2c570424b 100644
|
| --- a/src/hydrogen-instructions.cc
|
| +++ b/src/hydrogen-instructions.cc
|
| @@ -1746,7 +1746,7 @@ std::ostream& HCheckInstanceType::PrintDataTo(
|
|
|
|
|
| std::ostream& HCallStub::PrintDataTo(std::ostream& os) const { // NOLINT
|
| - os << CodeStub::MajorName(major_key_, false) << " ";
|
| + os << CodeStub::MajorName(major_key_) << " ";
|
| return HUnaryCall::PrintDataTo(os);
|
| }
|
|
|
|
|