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

Unified Diff: Source/devtools/front_end/CPUProfileView.js

Issue 23484056: [DevTools] Renaming Scripts panel to Sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified missed files Created 7 years, 3 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/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()
« no previous file with comments | « Source/devtools/front_end/AdvancedSearchController.js ('k') | Source/devtools/front_end/CallStackSidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698