Index: Source/devtools/front_end/ProfilesPanel.js |
diff --git a/Source/devtools/front_end/ProfilesPanel.js b/Source/devtools/front_end/ProfilesPanel.js |
index 62607b69ae53ea06c2c3aa6e22574866e3fe496d..590393cdfd690efa10109556272834d2f60ce624 100644 |
--- a/Source/devtools/front_end/ProfilesPanel.js |
+++ b/Source/devtools/front_end/ProfilesPanel.js |
@@ -1247,6 +1247,7 @@ WebInspector.ProfilesSidebarTreeElement.prototype = { |
importScript("ProfileDataGridTree.js"); |
importScript("BottomUpProfileDataGridTree.js"); |
+importScript("CPUProfileFlameChart.js"); |
importScript("CPUProfileView.js"); |
importScript("HeapSnapshotCommon.js"); |
importScript("HeapSnapshotProxy.js"); |