| 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 fd5c652638febfb57634183cd20d4098cf1a872f..f54811309630b9d64e20b885998576ca2514bad4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| @@ -348,6 +348,7 @@ WebInspector.ConsoleView.prototype = {
|
| // by focus().
|
| this._prompt.moveCaretToEndOfPrompt();
|
| WebInspector.setCurrentFocusElement(this._promptElement);
|
| + this.wasFocused();
|
| },
|
|
|
| restoreScrollPositions: function()
|
|
|