| Index: third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js b/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| index 92b851fa777324883cdf7f809afbbff607a41433..eaa7af28dc72002b1d9b9c6b31a3706cf875eb6d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| @@ -287,7 +287,7 @@ WebInspector.AdvancedSearchView.prototype = {
|
|
|
| focus: function()
|
| {
|
| - WebInspector.setCurrentFocusElement(this._search);
|
| + this._search.focus();
|
| this._search.select();
|
| },
|
|
|
|
|