Index: src/builtins/x87/builtins-x87.cc |
diff --git a/src/builtins/x87/builtins-x87.cc b/src/builtins/x87/builtins-x87.cc |
index ac70827b6a08e455581304bbbfe9df0977b10533..c096cf5c0d73635eccef0807110630e4b79ac1ce 100644 |
--- a/src/builtins/x87/builtins-x87.cc |
+++ b/src/builtins/x87/builtins-x87.cc |
@@ -2741,7 +2741,7 @@ static void CheckSpreadAndPushToStack(MacroAssembler* masm) { |
// Check that the ArrayPrototype hasn't been modified in a way that would |
// affect iteration. |
__ LoadRoot(scratch, Heap::kArrayIteratorProtectorRootIndex); |
- __ cmp(FieldOperand(scratch, Cell::kValueOffset), |
+ __ cmp(FieldOperand(scratch, PropertyCell::kValueOffset), |
Immediate(Smi::FromInt(Isolate::kProtectorValid))); |
__ j(not_equal, &runtime_call); |