Chromium Code Reviews| Index: src/ia32/stub-cache-ia32.cc |
| =================================================================== |
| --- src/ia32/stub-cache-ia32.cc (revision 8221) |
| +++ src/ia32/stub-cache-ia32.cc (working copy) |
| @@ -1547,7 +1547,6 @@ |
| Immediate(Smi::FromInt(kAllocationDelta))); |
| __ mov(FieldOperand(edx, JSArray::kLengthOffset), eax); |
| - // Elements are in new space, so write barrier is not required. |
| __ ret((argc + 1) * kPointerSize); |
| } |