| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index c568ad6f95e0d7e98022e853e79707d1cd2b237f..3623227f0b6edde06fc6e570f96888481bfe2f9e 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -2150,7 +2150,7 @@ class LStoreNamedField: public LTemplateInstruction<0, 2, 1> {
|
|
|
| virtual void PrintDataTo(StringStream* stream);
|
|
|
| - Handle<Map> transition() const { return hydrogen()->transition(); }
|
| + Handle<Map> transition() const { return hydrogen()->transition_map(); }
|
| Representation representation() const {
|
| return hydrogen()->field_representation();
|
| }
|
|
|