| Index: Source/devtools/front_end/HeapSnapshotGridNodes.js
|
| diff --git a/Source/devtools/front_end/HeapSnapshotGridNodes.js b/Source/devtools/front_end/HeapSnapshotGridNodes.js
|
| index 8683d043b9f28fb102e246f167de394e94bb59e2..4f273812d60e3cb18381c8124cd0ec1e755dd0d9 100644
|
| --- a/Source/devtools/front_end/HeapSnapshotGridNodes.js
|
| +++ b/Source/devtools/front_end/HeapSnapshotGridNodes.js
|
| @@ -812,7 +812,7 @@ WebInspector.HeapSnapshotConstructorNode.prototype = {
|
| var sortColumnIdentifier = this._dataGrid.sortColumnIdentifier();
|
| var sortFields = {
|
| object: ["id", sortAscending, "retainedSize", false],
|
| - distance: ["distance", true, "retainedSize", false],
|
| + distance: ["distance", sortAscending, "retainedSize", false],
|
| count: ["id", true, "retainedSize", false],
|
| shallowSize: ["selfSize", sortAscending, "id", true],
|
| retainedSize: ["retainedSize", sortAscending, "id", true]
|
|
|