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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js

Issue 2900843002: DevTools: remove BreakpointsSidebarPaneBase and breakpointsList.css (Closed)
Patch Set: rebase again Created 3 years, 7 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/sources/EventListenerBreakpointsSidebarPane.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js
index 42f6ec88f65f105ad94a92b134968366885871b1..2cb5e9435b2156b857b0e88d841f2ef7d498d89d 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js
+++ b/third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js
@@ -7,8 +7,6 @@
Sources.EventListenerBreakpointsSidebarPane = class extends UI.VBox {
constructor() {
super(true);
- this.registerRequiredCSS('components/breakpointsList.css');
-
this._categoriesTreeOutline = new UI.TreeOutlineInShadow();
this._categoriesTreeOutline.element.tabIndex = 0;
this._categoriesTreeOutline.registerRequiredCSS('sources/eventListenerBreakpoints.css');

Powered by Google App Engine
This is Rietveld 408576698