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 1109a80bf5d09c4c70129c4b6189638d8ee0425f..08568e6d08be8f03f64cf5012736a00f7bfd6a44 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/FileBasedSearchResultsPane.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/FileBasedSearchResultsPane.js |
@@ -12,10 +12,8 @@ WebInspector.FileBasedSearchResultsPane = function(searchConfig) |
WebInspector.SearchResultsPane.call(this, searchConfig); |
this._searchResults = []; |
- |
- this.element.id = "search-results-pane-file-based"; |
- this._treeOutline = new TreeOutline(); |
- this._treeOutline.element.classList.add("search-results-outline-disclosure"); |
+ this._treeOutline = new TreeOutlineInShadow(); |
+ this._treeOutline.registerRequiredCSS("sources/fileBasedSearchResultsPane.css"); |
this.element.appendChild(this._treeOutline.element); |
this._matchesExpandedCount = 0; |