| Index: src/mips/lithium-mips.h
|
| diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h
|
| index 44c909ea766f2a3f5603a1118c55e57ca3dd6cba..3f7f473484f49131c35461625ffd4934d716d9f1 100644
|
| --- a/src/mips/lithium-mips.h
|
| +++ b/src/mips/lithium-mips.h
|
| @@ -2128,7 +2128,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();
|
| }
|
|
|