| 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");
|
|
|