| Index: third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| index c001ab9eefe3169953956fd330195dff4e18df79..175379e0b629136ac016d6b3fcdd83996b50407b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| @@ -152,6 +152,14 @@ WebInspector.NavigatorView.appendSearchItem = function(contextMenu, path)
|
|
|
| WebInspector.NavigatorView.prototype = {
|
| /**
|
| + * @override
|
| + */
|
| + focus: function()
|
| + {
|
| + this._scriptsTree.focus();
|
| + },
|
| +
|
| + /**
|
| * @param {!WebInspector.Workspace} workspace
|
| */
|
| _resetWorkspace: function(workspace)
|
|
|