| 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 c998c7696ab095a5c79a31c99c94d8e3927b30f7..bc31906e5396e04a5c1898f5bf98d3711474063f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
|
| @@ -531,11 +531,6 @@ WebInspector.AuditResultSidebarTreeElement.prototype = {
|
| __proto__: TreeElement.prototype
|
| }
|
|
|
| -WebInspector.AuditsPanel.show = function()
|
| -{
|
| - WebInspector.inspectorView.setCurrentPanel(WebInspector.AuditsPanel.instance());
|
| -}
|
| -
|
| /**
|
| * @return {!WebInspector.AuditsPanel}
|
| */
|
|
|