Also return the resulting array in GetSortedArrayKeys
BUG= Review URL: https://codereview.chromium.org/1794233006 Cr-Commit-Position: refs/heads/master@{#34775}
This commit is contained in:
parent
ecc70d69d4
commit
c8dfbfe8c7
@ -88,6 +88,7 @@ function GetSortedArrayKeys(array, indices) {
|
||||
keys.push(i);
|
||||
}
|
||||
}
|
||||
return keys;
|
||||
}
|
||||
return InnerArraySort(indices, indices.length, KeySortCompare);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user