| Index: third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js b/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
|
| index 867b15349ad851a20f5b3bb0867db55ccab44a87..2bc47315b805354c8e84f310e19735a9f79f102a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
|
| @@ -79,8 +79,8 @@ Resources.ResourcesPanel = class extends UI.PanelWithSidebar {
|
| this.resourcesListTreeElement = this._addSidebarSection(Common.UIString('Frames'));
|
|
|
| var mainContainer = new UI.VBox();
|
| - this._storageViewToolbar = new UI.Toolbar('resources-toolbar', mainContainer.element);
|
| this.storageViews = mainContainer.element.createChild('div', 'vbox flex-auto');
|
| + this._storageViewToolbar = new UI.Toolbar('resources-toolbar', mainContainer.element);
|
| this.splitWidget().setMainWidget(mainContainer);
|
|
|
| /** @type {!Map.<!Resources.Database, !Object.<string, !Resources.DatabaseTableView>>} */
|
|
|