| Index: Source/devtools/front_end/sources/AdvancedSearchView.js
|
| diff --git a/Source/devtools/front_end/sources/AdvancedSearchView.js b/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| index 70c4a43717a1188f53c25057dad2b669d6ce77be..2e65364c05feea4da15802c4093dafb710a3bdbb 100644
|
| --- a/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| +++ b/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| @@ -47,7 +47,7 @@
|
| this._searchStatusBarElement.createChild("div", "search-message-spacer");
|
| this._searchResultsMessageElement = this._searchStatusBarElement.createChild("div", "search-message");
|
|
|
| - this._advancedSearchConfig = WebInspector.settings.createLocalSetting("advancedSearchConfig", new WebInspector.SearchConfig("", true, false).toPlainObject());
|
| + this._advancedSearchConfig = WebInspector.settings.createSetting("advancedSearchConfig", new WebInspector.SearchConfig("", true, false).toPlainObject());
|
| this._load();
|
| WebInspector.AdvancedSearchView._instance = this;
|
| /** @type {!WebInspector.SearchScope} */
|
|
|