| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/SortableDataGrid.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/SortableDataGrid.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/SortableDataGrid.js
|
| index 94db8da01b73de01323adcc9f6270e49b9c619db..ecf1e4852b2aca12e560c86318f3afc92471f89b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/SortableDataGrid.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/SortableDataGrid.js
|
| @@ -134,6 +134,7 @@ UI.SortableDataGrid = class extends UI.ViewportDataGrid {
|
| */
|
| sortNodes(comparator, reverseMode) {
|
| this._sortingFunction = UI.SortableDataGrid.Comparator.bind(null, comparator, reverseMode);
|
| + this._rootNode.recalculateSiblings(0);
|
| this._rootNode._sortChildren(reverseMode);
|
| this.scheduleUpdateStructure();
|
| }
|
|
|