| Index: third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js b/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| index a36db5868d24ac38bb05679c09314fbedeeb6397..38a08ae989b049ff8e4c56af042ac4dfc87e725a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| @@ -129,7 +129,7 @@ WebInspector.ConsolePanel.ConsoleRevealer.prototype = {
|
| consoleView.focus();
|
| return Promise.resolve();
|
| }
|
| - WebInspector.inspectorView.showViewInDrawer("console");
|
| + WebInspector.viewManager.showView("console");
|
| return Promise.resolve();
|
| }
|
| }
|
|
|