%SUBJ%
Created attachment 54793 [details] proposed patch
Comment on attachment 54793 [details] proposed patch WebCore/inspector/front-end/ProfilesPanel.js:328 + if (this._profiles[i].uid == profile.uid) { === ?
Manually committed as http://trac.webkit.org/changeset/58745. 2010-05-04 Mikhail Naganov <mnaganov@chromium.org> Reviewed by Pavel Feldman. Display "Recording..." item when recording an user-initiated CPU profile. https://bugs.webkit.org/show_bug.cgi?id=38043 * English.lproj/localizedStrings.js: * inspector/front-end/ProfilesPanel.js: (WebInspector.ProfilesPanel.prototype.addProfileHeader): (WebInspector.ProfilesPanel.prototype.removeProfileHeader): (WebInspector.ProfilesPanel.prototype.showProfile): * inspector/front-end/inspector.js: (WebInspector.setRecordingProfile):