| Index: src/crankshaft/mips/lithium-codegen-mips.cc
 | 
| diff --git a/src/crankshaft/mips/lithium-codegen-mips.cc b/src/crankshaft/mips/lithium-codegen-mips.cc
 | 
| index 68973669ee3a53223cfdb9f537a58684240b7448..1b9915d68a66db575e7f02f7f34a864c0a002b92 100644
 | 
| --- a/src/crankshaft/mips/lithium-codegen-mips.cc
 | 
| +++ b/src/crankshaft/mips/lithium-codegen-mips.cc
 | 
| @@ -2900,8 +2900,8 @@ void LCodeGen::DoLoadKeyedFixedArray(LLoadKeyed* instr) {
 | 
|      __ Branch(&done, ne, result, Operand(scratch));
 | 
|      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);
 | 
|        __ lw(result, FieldMemOperand(result, Cell::kValueOffset));
 | 
|        DeoptimizeIf(ne, instr, Deoptimizer::kHole, result,
 | 
| 
 |