Chromium Code Reviews| Index: src/x64/lithium-x64.cc |
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
| index b8b02da37ac0c7d8850dc14f2eda1f6adc45b0b1..3fb19fb655643d11bfbc10b8c628b332302fcc71 100644 |
| --- a/src/x64/lithium-x64.cc |
| +++ b/src/x64/lithium-x64.cc |
| @@ -400,8 +400,7 @@ LOperand* LPlatformChunk::GetNextSpillSlot(bool is_double) { |
| void LStoreNamedField::PrintDataTo(StringStream* stream) { |
| object()->PrintTo(stream); |
| - stream->Add("."); |
| - stream->Add(*String::cast(*name())->ToCString()); |
| + hydrogen()->access().PrintTo(stream); |
| stream->Add(" <- "); |
| value()->PrintTo(stream); |
| } |