| Index: Source/devtools/front_end/ProfilesPanel.js
|
| diff --git a/Source/devtools/front_end/ProfilesPanel.js b/Source/devtools/front_end/ProfilesPanel.js
|
| index d77944ba95f2eec63710b530702d1583f4b3782f..b036e87f621315ed17a956944b0d330cd5c7782b 100644
|
| --- a/Source/devtools/front_end/ProfilesPanel.js
|
| +++ b/Source/devtools/front_end/ProfilesPanel.js
|
| @@ -1250,6 +1250,7 @@ WebInspector.ProfilesSidebarTreeElement.prototype = {
|
| }
|
|
|
|
|
| +importScript("CPUProfileModel.js");
|
| importScript("CPUProfileDataGrid.js");
|
| importScript("CPUProfileBottomUpDataGrid.js");
|
| importScript("CPUProfileTopDownDataGrid.js");
|
|
|