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 8fb05b961cefc700ca456e7e81e307d7a91207e2..90965c9d85ded9217af6804cecef90cb53bc39f0 100644 |
--- a/src/crankshaft/x64/lithium-codegen-x64.cc |
+++ b/src/crankshaft/x64/lithium-codegen-x64.cc |
@@ -2928,8 +2928,8 @@ void LCodeGen::DoLoadKeyedFixedArray(LLoadKeyed* instr) { |
__ j(not_equal, &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); |
__ Cmp(FieldOperand(result, Cell::kValueOffset), |
Smi::FromInt(Isolate::kArrayProtectorValid)); |