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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/EventListenersWidget.js

Issue 2979653004: DevTools: clean unused styles in Elements (Closed)
Patch Set: Created 3 years, 5 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/elements/EventListenersWidget.js
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/EventListenersWidget.js b/third_party/WebKit/Source/devtools/front_end/elements/EventListenersWidget.js
index fa2081e7da392c6e7049ca36f11f4928164b0a8d..668d7979a787afcbc15b6e7dc2c51d6cb83c1778 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/EventListenersWidget.js
+++ b/third_party/WebKit/Source/devtools/front_end/elements/EventListenersWidget.js
@@ -33,7 +33,6 @@
Elements.EventListenersWidget = class extends UI.ThrottledWidget {
constructor() {
super();
- this.element.classList.add('events-pane');
this._toolbarItems = [];
this._showForAncestorsSetting = Common.settings.moduleSetting('showEventListenersForAncestors');

Powered by Google App Engine
This is Rietveld 408576698