| Index: third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js b/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| index 9f97ef7646d5530bededee976ad28820b426392d..97e76e95276e45b377530e09dfdbed8156d09609 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| @@ -129,6 +129,14 @@ WebInspector.SourcesPanel.minToolbarWidth = 215;
|
| WebInspector.SourcesPanel.prototype = {
|
| /**
|
| * @override
|
| + */
|
| + focus: function()
|
| + {
|
| + this._sourcesView.focus();
|
| + },
|
| +
|
| + /**
|
| + * @override
|
| * @param {!WebInspector.Target} target
|
| */
|
| targetAdded: function(target)
|
|
|