RESOLVED FIXED 100773
Arrays can change IndexingType in the middle of sorting
https://bugs.webkit.org/show_bug.cgi?id=100773
Summary Arrays can change IndexingType in the middle of sorting
Mark Hahnenberg
Reported 2012-10-30 11:02:07 PDT
We currently don't take this into account. If this happens, we should just give up on sorting the array.
Attachments
Patch (2.88 KB, patch)
2012-10-30 12:14 PDT, Mark Hahnenberg
no flags
Patch (5.04 KB, patch)
2012-10-30 12:52 PDT, Mark Hahnenberg
no flags
Mark Hahnenberg
Comment 1 2012-10-30 12:14:42 PDT
Mark Hahnenberg
Comment 2 2012-10-30 12:52:33 PDT
WebKit Review Bot
Comment 3 2012-10-30 16:12:17 PDT
Comment on attachment 171508 [details] Patch Clearing flags on attachment: 171508 Committed r132953: <http://trac.webkit.org/changeset/132953>
WebKit Review Bot
Comment 4 2012-10-30 16:12:21 PDT
All reviewed patches have been landed. Closing bug.
Geoffrey Garen
Comment 5 2012-10-30 16:12:55 PDT
Can you write a test for this case?
Note You need to log in before you can comment on or make changes to this bug.