Chromium Code Reviews| Index: src/mips/lithium-mips.cc |
| diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc |
| index 7142bc1423ab86b01681ab8b358f380b720195bf..579f37bb984b9da4b8212022b9fae930bf8e4920 100644 |
| --- a/src/mips/lithium-mips.cc |
| +++ b/src/mips/lithium-mips.cc |
| @@ -378,8 +378,7 @@ void LAccessArgumentsAt::PrintDataTo(StringStream* stream) { |
| 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); |
| } |