| Index: third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js b/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| index fffb78649f1ef5435e61106353dc324b8a097b13..aeccfea5b2fe11b98ed21bf0ae292f57687195c7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| @@ -185,6 +185,7 @@ Resources.ApplicationCacheItemsView = class extends UI.SimpleView {
|
| {id: 'size', title: Common.UIString('Size'), align: DataGrid.DataGrid.Align.Right, sortable: true}
|
| ]);
|
| this._dataGrid = new DataGrid.DataGrid(columns);
|
| + this._dataGrid.setStriped(true);
|
| this._dataGrid.asWidget().show(this.element);
|
| this._dataGrid.addEventListener(DataGrid.DataGrid.Events.SortingChanged, this._populateDataGrid, this);
|
| }
|
|
|