| Index: src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.cc b/src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| index eefa9e08336ea8392f88103a9177fae55f22f5fc..51658cb3079b3ad0d8412ce6fb23f6af6cf47354 100644
|
| --- a/src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| +++ b/src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| @@ -3297,8 +3297,8 @@ void LCodeGen::DoLoadKeyedFixed(LLoadKeyedFixed* instr) {
|
| __ B(ne, &done);
|
| if (info()->IsStub()) {
|
| // A stub can safely convert the hole to undefined only if the array
|
| - // protector cell contains (Smi) Isolate::kArrayProtectorValid. Otherwise
|
| - // it needs to bail out.
|
| + // protector cell contains (Smi) Isolate::kArrayProtectorValid.
|
| + // Otherwise it needs to bail out.
|
| __ LoadRoot(result, Heap::kArrayProtectorRootIndex);
|
| __ Ldr(result, FieldMemOperand(result, Cell::kValueOffset));
|
| __ Cmp(result, Operand(Smi::FromInt(Isolate::kArrayProtectorValid)));
|
|
|