| Index: Source/devtools/front_end/ui/ViewportDataGrid.js
|
| diff --git a/Source/devtools/front_end/ui/ViewportDataGrid.js b/Source/devtools/front_end/ui/ViewportDataGrid.js
|
| index e8589076d6ed4df0e1cad1694a1c6e7b799f1870..c53ef4d90f4d29c683fa44fcbe56c56f2b6f6c4e 100644
|
| --- a/Source/devtools/front_end/ui/ViewportDataGrid.js
|
| +++ b/Source/devtools/front_end/ui/ViewportDataGrid.js
|
| @@ -50,6 +50,7 @@ WebInspector.ViewportDataGrid.prototype = {
|
| if (this._stickToBottom && this._atBottom)
|
| this._scrollContainer.scrollTop = this._scrollContainer.scrollHeight - this._scrollContainer.clientHeight;
|
| this.scheduleUpdate();
|
| + WebInspector.DataGrid.prototype.onResize.call(this);
|
| },
|
|
|
| /**
|
|
|