Chromium Code Reviews| 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(); |
|
einbinder
2016/09/30 19:37:52
Why does this get removed? Is the prompt still foc
dgozman
2016/09/30 20:27:19
Yes, the proper way of hierarchical focus() calls
|
| }, |
| focus: function() |