| 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..880581754c2593b7b231cdf158ac23ca52896779 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| @@ -289,6 +289,7 @@ WebInspector.AdvancedSearchView.prototype = {
|
| {
|
| WebInspector.setCurrentFocusElement(this._search);
|
| this._search.select();
|
| + this.wasFocused();
|
| },
|
|
|
| willHide: function()
|
|
|