| Index: third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js b/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
|
| index f9e8a4602594d05bdb9dfaf78eb57ba88aeee4ed..be772c8abcb107492df53a424fe23cd59242b1ca 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
|
| @@ -161,9 +161,12 @@ WebInspector.AuditsPanel.prototype = {
|
| this.splitWidget().setMainWidget(x);
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| wasShown: function()
|
| {
|
| - WebInspector.Panel.prototype.wasShown.call(this);
|
| + WebInspector.PanelWithSidebar.prototype.wasShown.call(this);
|
| if (!this._visibleView)
|
| this._auditsItemTreeElement.select();
|
| },
|
|
|