| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index d9cd90d64f17868726d25f06ad2826b4934945f6..b462b9c8d259f8bfc94a5ba062be6a2df40a6b5e 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -3349,7 +3349,7 @@ void StoreArrayLengthStub::Generate(MacroAssembler* masm) {
|
| Register value = eax;
|
| Register scratch = ebx;
|
|
|
| - if (kind() == Code::KEYED_LOAD_IC) {
|
| + if (kind() == Code::KEYED_STORE_IC) {
|
| __ cmp(ecx, Immediate(masm->isolate()->factory()->length_symbol()));
|
| __ j(not_equal, &miss);
|
| }
|
|
|