| Index: third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js b/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| index c3ea26f1796b820cd2c2a04e448426ede0a489dc..53ceb758223023037f260aa8baaac803ee50033c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| @@ -39,7 +39,7 @@ Profiler.ProfilesPanel = class extends UI.PanelWithSidebar {
|
| this.registerRequiredCSS('ui/panelEnablerView.css');
|
| this.registerRequiredCSS('profiler/heapProfiler.css');
|
| this.registerRequiredCSS('profiler/profilesPanel.css');
|
| - this.registerRequiredCSS('components/objectValue.css');
|
| + this.registerRequiredCSS('object_ui/objectValue.css');
|
|
|
| var mainContainer = new UI.VBox();
|
| this.splitWidget().setMainWidget(mainContainer);
|
|
|