Index: Source/devtools/front_end/profiler/CPUProfileView.js |
diff --git a/Source/devtools/front_end/profiler/CPUProfileView.js b/Source/devtools/front_end/profiler/CPUProfileView.js |
index 237942e76572fff502d56843c82a4a01ef8c583d..4cd72e2258b945f548bc1da6473a410168804841 100644 |
--- a/Source/devtools/front_end/profiler/CPUProfileView.js |
+++ b/Source/devtools/front_end/profiler/CPUProfileView.js |
@@ -646,7 +646,7 @@ WebInspector.CPUProfileType.prototype = { |
this._profileBeingRecorded.updateStatus(""); |
var recordedProfile = this._profileBeingRecorded; |
this._profileBeingRecorded = null; |
- WebInspector.panels.profiles.showProfile(recordedProfile); |
+ WebInspector.Revealer.reveal(recordedProfile); |
} |
ProfilerAgent.stop(didStopProfiling.bind(this)); |
}, |