| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js
|
| index e6031df0360eb6b8f09f293c76ae7ec3f53c51db..49d49e9a311c38e7940e6ab2ebbf303bdff9c828 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js
|
| @@ -602,7 +602,6 @@ UI.DataGrid = class extends Common.Object {
|
| // when the two columns that get resized get a percent value for
|
| // their widths, all the other columns already have percent values
|
| // for their widths.
|
| - var headerTableColumns = this._headerTableColumnGroup.children;
|
|
|
| // Use container size to avoid changes of table width caused by change of column widths.
|
| var tableWidth = this.element.offsetWidth - this._cornerWidth;
|
|
|