Chromium Code Reviews
DescriptionMake fields sorting stable.
Accidentally found a problem when one of the fields is moved, even though
all the fields should not. It seems to be he case because List.sort()
is not a stable sort. So, we now use offsets to compare field items.
R=paulberry@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=40821
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||