Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js |
| index 329097f2b2cee83d6cc143b7225481137a0e6e98..8ca3e4f58c42668a8e2610cad9a25a1c8e495112 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js |
| @@ -843,7 +843,8 @@ Network.NetworkLogView = class extends UI.VBox { |
| this._staleRequestIds = {}; |
| this._updateSummaryBar(); |
| - this._columns.dataChanged(); |
|
luoe
2017/01/20 18:05:48
Is this the only call to dataChanged? If so let's
allada
2017/01/20 19:53:45
Done.
|
| + if (nodesToInsert.size) |
| + this._columns.sortByCurrentColumn(); |
| } |
| /** |