| 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 73773bbda237b7d4d2fb00ab231b1e016e2a58d7..7e941e101aad5f4b8850ab1a04bf6abaf10b6ac0 100644
|
| --- a/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| +++ b/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| @@ -437,7 +437,7 @@ WebInspector.ProfileHeader.prototype = {
|
| WebInspector.ProfilesPanel = function()
|
| {
|
| WebInspector.PanelWithSidebarTree.call(this, "profiles");
|
| - this.registerRequiredCSS("components/panelEnablerView.css");
|
| + this.registerRequiredCSS("ui/panelEnablerView.css");
|
| this.registerRequiredCSS("profiler/heapProfiler.css");
|
| this.registerRequiredCSS("profiler/profilesPanel.css");
|
|
|
|
|