| 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 38a08ae989b049ff8e4c56af042ac4dfc87e725a..c692823977ec301e8fcc78dc9e0ddeca17156ba1 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| @@ -47,6 +47,7 @@ WebInspector.ConsolePanel.prototype = {
|
| if (wrapper && wrapper.isShowing())
|
| WebInspector.inspectorView.setDrawerMinimized(true);
|
| this._view.show(this.element);
|
| + this._view.focus();
|
| },
|
|
|
| /**
|
|
|