| Index: third_party/WebKit/Source/devtools/front_end/sources/FileBasedSearchResultsPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/FileBasedSearchResultsPane.js b/third_party/WebKit/Source/devtools/front_end/sources/FileBasedSearchResultsPane.js
|
| index 82079d040746a11d63b0788d635daa21d0364190..08416e65dabfc57dc74e0e3a59d254b05194a055 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/FileBasedSearchResultsPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/FileBasedSearchResultsPane.js
|
| @@ -35,7 +35,7 @@ Sources.FileBasedSearchResultsPane = class extends Sources.SearchResultsPane {
|
| * @param {!Sources.FileBasedSearchResult} searchResult
|
| */
|
| _addFileTreeElement(searchResult) {
|
| - var fileTreeElement = new Sources.FileBasedSearchResultsPane.FileTreeElement(this._searchConfig, searchResult);
|
| + var fileTreeElement = new Sources.FileBasedSearchResultsPane.FileTreeElement(this.searchConfig, searchResult);
|
| this._treeOutline.appendChild(fileTreeElement);
|
| // Expand until at least a certain number of matches is expanded.
|
| if (this._matchesExpandedCount < Sources.FileBasedSearchResultsPane.matchesExpandedByDefaultCount)
|
|
|