| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index 6b0f9d0a74cf82752a2bdebec82394be609f2971..058dedb5f47055f07887a89ddb46c68b37df89ed 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -2236,7 +2236,7 @@ class LStoreNamedField: public LTemplateInstruction<0, 2, 2> {
|
|
|
| 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();
|
| }
|
|
|