Chromium Code Reviews| Index: src/ia32/lithium-ia32.cc |
| diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
| index 45261e3fc783dd074efad946ebcb2e445a85b178..ce636de04af88848130b01c3f228a2f9c7084c92 100644 |
| --- a/src/ia32/lithium-ia32.cc |
| +++ b/src/ia32/lithium-ia32.cc |
| @@ -425,8 +425,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); |
| } |