| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/ShowMoreDataGridNode.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/ShowMoreDataGridNode.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/ShowMoreDataGridNode.js
|
| index 30c5bb3b7f7788fac57e3127a2acbad7d4138099..0e4c57dcf09ccfeb4fa2d9357fca44381fd9354a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/ShowMoreDataGridNode.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/ShowMoreDataGridNode.js
|
| @@ -89,10 +89,11 @@ UI.ShowMoreDataGridNode = class extends UI.DataGridNode {
|
|
|
| /**
|
| * @override
|
| + * @param {!Element} element
|
| */
|
| - createCells() {
|
| + createCells(element) {
|
| this._hasCells = false;
|
| - super.createCells();
|
| + super.createCells(element);
|
| }
|
|
|
| /**
|
|
|