Chromium Code Reviews| Index: src/ia32/stub-cache-ia32.cc |
| =================================================================== |
| --- src/ia32/stub-cache-ia32.cc (revision 11348) |
| +++ src/ia32/stub-cache-ia32.cc (working copy) |
| @@ -4030,6 +4030,7 @@ |
| int size = FixedDoubleArray::SizeFor(JSArray::kPreallocatedArrayElements); |
| __ AllocateInNewSpace(size, edi, ebx, ecx, &prepare_slow, TAG_OBJECT); |
| + |
| // Restore the key, which is known to be the array length. |
| __ mov(ecx, Immediate(0)); |