Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js

Issue 2567573002: DevTools: fix private field usage violation discovered after the compiler roll. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 675221b5aae3a41004f02d9f479dcbcba3ca0d6d..3e67015dfd2cbf793fc79ecf32dc0d3b07b85b48 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
@@ -1140,6 +1140,10 @@ UI.DataGrid = class extends Common.Object {
this._dataGridWidget = new UI.DataGridWidget(this);
return this._dataGridWidget;
}
+
+ topFillerRowElement() {
+ return this._topFillerRow;
+ }
};
// Keep in sync with .data-grid col.corner style rule.

Powered by Google App Engine
This is Rietveld 408576698