Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index c91ed7c5fd366c24c544b2e4a70637a56e8eabfc..d721140997927a9bfbd65f098d0e1578a4d8f605 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -11615,7 +11615,7 @@ void DeoptimizationInputData::DeoptimizationInputDataPrint( |
| case Translation::DOUBLE_REGISTER: { |
| int reg_code = iterator.Next(); |
| - os << "{input=" << DoubleRegister::AllocationIndexToString(reg_code) |
| + os << "{input=" << DoubleRegister::from_code(reg_code).ToString() |
| << "}"; |
| break; |
| } |