Chromium Code Reviews| Index: src/objects.cc |
| =================================================================== |
| --- src/objects.cc (revision 3995) |
| +++ src/objects.cc (working copy) |
| @@ -5248,7 +5248,7 @@ |
| case DICTIONARY_ELEMENTS: { |
| if (IsJSArray()) { |
| uint32_t old_length = |
| - static_cast<uint32_t>(JSArray::cast(this)->length()->Number()); |
| + static_cast<uint32_t>(JSArray::cast(this)->length()->Number()); |
| element_dictionary()->RemoveNumberEntries(new_length, old_length), |
| JSArray::cast(this)->set_length(len); |
| } |