| Index: third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| index 0ffff8c502d6400ad898ff2c48a2d9da3d7e3788..aff56bf5ba6c46fbff855747f3584727d182677d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| @@ -332,7 +332,6 @@ WebInspector.ConsoleView.prototype = {
|
| wasShown: function()
|
| {
|
| this._viewport.refresh();
|
| - this.focus();
|
| },
|
|
|
| focus: function()
|
|
|