| 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 47a5027db527937ed338034f0e311c8604777194..e99ae4db3d4b0b97e9ea7075a125ef17b37b18e2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| @@ -49,6 +49,14 @@ WebInspector.ConsolePanel.prototype = {
|
| /**
|
| * @override
|
| */
|
| + focus: function()
|
| + {
|
| + this._view.focus();
|
| + },
|
| +
|
| + /**
|
| + * @override
|
| + */
|
| wasShown: function()
|
| {
|
| WebInspector.Panel.prototype.wasShown.call(this);
|
|
|