Chromium Code Reviews| Index: src/arm/lithium-arm.cc |
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc |
| index 3e933b08681f9991ad9473f5180adc4331156433..65df11e1532b1d6542687de100ca060aadd9e798 100644 |
| --- a/src/arm/lithium-arm.cc |
| +++ b/src/arm/lithium-arm.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); |
| } |