| Index: third_party/WebKit/Source/devtools/front_end/resources/DatabaseTableView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/DatabaseTableView.js b/third_party/WebKit/Source/devtools/front_end/resources/DatabaseTableView.js
|
| index 27ea490bd9d7cf2580c0b1c03e89026fd3b32f0d..582edd679d78827cd384f375b5f1bbe96193cf85 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/DatabaseTableView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/DatabaseTableView.js
|
| @@ -77,6 +77,7 @@ Resources.DatabaseTableView = class extends UI.SimpleView {
|
| this.element.removeChildren();
|
|
|
| this._dataGrid = DataGrid.SortableDataGrid.create(columnNames, values);
|
| + this._dataGrid.setStriped(true);
|
| this._visibleColumnsInput.setVisible(!!this._dataGrid);
|
| if (!this._dataGrid) {
|
| this._emptyWidget = new UI.EmptyWidget(Common.UIString('The ā%sā\ntable is empty.', this.tableName));
|
|
|