| Index: src/ia32/lithium-ia32.cc
|
| diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc
|
| index 7ae1f01cd43203db4802a1578c5b2bbdc6b3fd5c..cffe5b16266170542ac58f82184264f3d3de7650 100644
|
| --- a/src/ia32/lithium-ia32.cc
|
| +++ b/src/ia32/lithium-ia32.cc
|
| @@ -2423,7 +2423,7 @@ LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) {
|
| }
|
|
|
| bool can_be_constant = instr->value()->IsConstant() &&
|
| - !HConstant::cast(instr->value())->InNewSpace() &&
|
| + HConstant::cast(instr->value())->NotInNewSpace() &&
|
| !(FLAG_track_double_fields && instr->field_representation().IsDouble());
|
|
|
| LOperand* val;
|
|
|