Index: Source/WebCore/inspector/front-end/ProfilesPanel.js |
=================================================================== |
--- Source/WebCore/inspector/front-end/ProfilesPanel.js (revision 143183) |
+++ Source/WebCore/inspector/front-end/ProfilesPanel.js (working copy) |
@@ -357,6 +357,10 @@ |
var isProfiling = this._selectedProfileType.buttonClicked(this); |
this.recordButton.toggled = isProfiling; |
this.recordButton.title = this._selectedProfileType.buttonTooltip; |
+ if (isProfiling) |
+ this._launcherView.profileStarted(); |
+ else |
+ this._launcherView.profileFinished(); |
}, |
wasShown: function() |