Index: Source/devtools/front_end/CPUProfileView.js |
diff --git a/Source/devtools/front_end/CPUProfileView.js b/Source/devtools/front_end/CPUProfileView.js |
index d744b17c7d49f8ad843c56e22f4331ac9f946e88..745dc84e5a2913aea19c50a7e0e4eb231ba644f4 100644 |
--- a/Source/devtools/front_end/CPUProfileView.js |
+++ b/Source/devtools/front_end/CPUProfileView.js |
@@ -416,7 +416,7 @@ WebInspector.CPUProfileView.prototype = { |
var uiLocation = script.rawLocationToUILocation(node.lineNumber); |
if (!uiLocation) |
return; |
- WebInspector.showPanel("scripts").showUILocation(uiLocation); |
+ WebInspector.showPanel("sources").showUILocation(uiLocation); |
}, |
_changeView: function() |