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 a18271df407cb9e5fc9689cfaec8e9402b19c8d4..a36592873db86a9431b217e8df78558b9299bd7a 100644 |
--- a/Source/devtools/front_end/profiler/ProfileLauncherView.js |
+++ b/Source/devtools/front_end/profiler/ProfileLauncherView.js |
@@ -205,7 +205,7 @@ WebInspector.MultiProfileLauncherView.prototype = { |
/** |
* @param {!WebInspector.ProfileType} profileType |
*/ |
- _profileTypeChanged: function(profileType, event) |
+ _profileTypeChanged: function(profileType) |
{ |
this.dispatchEventToListeners(WebInspector.MultiProfileLauncherView.EventTypes.ProfileTypeSelected, profileType); |
this._isInstantProfile = profileType.isInstantProfile(); |