| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index 31e54370e0a876d92ad4ae4e48e7358feb51a0eb..4f7939922df4168c237d08a921f080cd2ad90b98 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -2066,7 +2066,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();
|
| }
|
|
|