Index: Source/devtools/front_end/profiler/ProfileLauncherView.js |
diff --git a/Source/devtools/front_end/profiler/ProfileLauncherView.js b/Source/devtools/front_end/profiler/ProfileLauncherView.js |
index ad7915b9a97c811753e57c3a233b80f80a6cc3d8..28cdece258952bb7a92f3ed620902ac92667312c 100644 |
--- a/Source/devtools/front_end/profiler/ProfileLauncherView.js |
+++ b/Source/devtools/front_end/profiler/ProfileLauncherView.js |
@@ -61,6 +61,14 @@ WebInspector.ProfileLauncherView = function(profilesPanel) |
WebInspector.ProfileLauncherView.prototype = { |
/** |
+ * @return {?WebInspector.SearchableView} |
+ */ |
+ searchableView: function() |
+ { |
+ return null; |
+ }, |
+ |
+ /** |
* @param {!WebInspector.Target} target |
*/ |
targetAdded: function(target) |