| 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 b311cb64f6f4cf03366873119c4ddc16a7b4a203..06e617cfc8b8fcc6286fdd50d1b9242f7ecda702 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| @@ -279,6 +279,11 @@ WebInspector.AdvancedSearchView.prototype = {
|
| this._search.select();
|
| },
|
|
|
| + wasShown: function()
|
| + {
|
| + this.focus();
|
| + },
|
| +
|
| willHide: function()
|
| {
|
| this._stopSearch();
|
|
|