Index: Source/devtools/front_end/profiler/ProfilesPanel.js |
diff --git a/Source/devtools/front_end/profiler/ProfilesPanel.js b/Source/devtools/front_end/profiler/ProfilesPanel.js |
index 2df95006537b07fc182366004fc2b9269e3836c5..cadb78ac87bcd3472ee23a9dee11b9d088a2749a 100644 |
--- a/Source/devtools/front_end/profiler/ProfilesPanel.js |
+++ b/Source/devtools/front_end/profiler/ProfilesPanel.js |
@@ -440,7 +440,7 @@ WebInspector.ProfilesPanel = function() |
this.registerRequiredCSS("heapProfiler.css"); |
this.registerRequiredCSS("profilesPanel.css"); |
- this._searchableView = new WebInspector.SearchableView(this); |
+ this._searchableView = new WebInspector.SearchableView(this, false); |
var mainView = new WebInspector.VBox(); |
this._searchableView.show(mainView.element); |