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

Unified Diff: Source/devtools/front_end/profiler/ProfilesPanel.js

Issue 363343003: DevTools: rename CPUProfileModel.js to CPUProfileDataModel.js to match the defined class. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/devtools/front_end/inspector.html ('k') | Source/devtools/front_end/sdk/CPUProfileDataModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/profiler/ProfilesPanel.js
diff --git a/Source/devtools/front_end/profiler/ProfilesPanel.js b/Source/devtools/front_end/profiler/ProfilesPanel.js
index ddd48f4b2f72cd7f4b8e198c8aeb8c6b2845a08b..a9f0ebfb1455a625af3094e9791a3bf4df98227f 100644
--- a/Source/devtools/front_end/profiler/ProfilesPanel.js
+++ b/Source/devtools/front_end/profiler/ProfilesPanel.js
@@ -1342,7 +1342,6 @@ WebInspector.ProfilesSidebarTreeElement.prototype = {
}
-importScript("../sdk/CPUProfileModel.js");
importScript("CPUProfileDataGrid.js");
importScript("CPUProfileBottomUpDataGrid.js");
importScript("CPUProfileTopDownDataGrid.js");
« no previous file with comments | « Source/devtools/front_end/inspector.html ('k') | Source/devtools/front_end/sdk/CPUProfileDataModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698