Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1844)

Unified Diff: Source/devtools/front_end/profiler/ProfileLauncherView.js

Issue 308643003: DevTools: [JSDoc] Avoid partial arg list annotations in the "profiler" module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « Source/devtools/front_end/profiler/HeapSnapshotView.js ('k') | Source/devtools/front_end/profiler/ProfilesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698