| 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 662d3219a88e03d0ac290767a9ac5ea31b7e1b22..1e8b7c8a63a9d830c39599e1e0633767020dcdae 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
|
| @@ -122,14 +122,6 @@ WebInspector.SourcesPanel.minToolbarWidth = 215;
|
| WebInspector.SourcesPanel.prototype = {
|
| /**
|
| * @override
|
| - */
|
| - focus: function()
|
| - {
|
| - this._sourcesView.focus();
|
| - },
|
| -
|
| - /**
|
| - * @override
|
| * @param {!WebInspector.Target} target
|
| */
|
| targetAdded: function(target)
|
|
|