| 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 3e8c48459315aeac5e765d59755ca51643fb8c3e..8a8f96bee5df592580b1b866a88dc12251473857 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| @@ -312,6 +312,7 @@ WebInspector.NetworkLogView.prototype = {
|
| this._dataGrid.element.addEventListener("mousedown", this._dataGridMouseDown.bind(this), true);
|
| this._dataGrid.element.addEventListener("mousemove", this._dataGridMouseMove.bind(this), true);
|
| this._dataGrid.element.addEventListener("mouseleave", this._highlightInitiatorChain.bind(this, null), true);
|
| + this._columns.sortByCurrentColumn();
|
| },
|
|
|
| /**
|
|
|