| 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 dd36b68cf14f4723147c7b634744bc9c69077c41..9de72e8f2865bbbea25513380ac1c4dd17e4a847 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| @@ -1162,7 +1162,7 @@ WebInspector.NetworkLogView.prototype = {
|
|
|
| this._timelineColumnSortIcon.classList.remove("sort-ascending", "sort-descending");
|
|
|
| - if (this._dataGrid.sortColumnIdentifier() === "timeline") {
|
| + if (this._dataGrid.sortColumnId() === "timeline") {
|
| if (this._dataGrid.sortOrder() === WebInspector.DataGrid.Order.Ascending)
|
| this._timelineColumnSortIcon.classList.add("sort-ascending");
|
| else
|
|
|