| Index: src/crankshaft/x64/lithium-codegen-x64.cc
|
| diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc
|
| index 688904099682310f13c1c2aa586dfc7a6e358ad0..4c428d0930c6f730a1ca1fec1f8dbc40b2e3ce92 100644
|
| --- a/src/crankshaft/x64/lithium-codegen-x64.cc
|
| +++ b/src/crankshaft/x64/lithium-codegen-x64.cc
|
| @@ -2825,7 +2825,7 @@ void LCodeGen::DoLoadKeyedFixedArray(LLoadKeyed* instr) {
|
| // protector cell contains (Smi) Isolate::kProtectorValid. Otherwise
|
| // it needs to bail out.
|
| __ LoadRoot(result, Heap::kArrayProtectorRootIndex);
|
| - __ Cmp(FieldOperand(result, Cell::kValueOffset),
|
| + __ Cmp(FieldOperand(result, PropertyCell::kValueOffset),
|
| Smi::FromInt(Isolate::kProtectorValid));
|
| DeoptimizeIf(not_equal, instr, DeoptimizeReason::kHole);
|
| }
|
|
|