Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js

Issue 2712513002: DevTools: extract ObjectUI module from Components (Closed)
Patch Set: fix build.gn Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698