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

Unified Diff: Source/devtools/front_end/elements/EventListenersSidebarPane.js

Issue 944343002: DevTools: migrate treeoutline from hasChildren to is/setExpandable(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/devtools/front_end/elements/EventListenersSidebarPane.js
diff --git a/Source/devtools/front_end/elements/EventListenersSidebarPane.js b/Source/devtools/front_end/elements/EventListenersSidebarPane.js
index d7255f6ef23f82294d611ccb2c534a87894ecb4a..609d361a92bf912c7a4659ed2870dfdd8bbeeecb 100644
--- a/Source/devtools/front_end/elements/EventListenersSidebarPane.js
+++ b/Source/devtools/front_end/elements/EventListenersSidebarPane.js
@@ -168,7 +168,7 @@ WebInspector.EventListenersTreeElement = function(title, nodeId, linkifier)
this._nodeId = nodeId;
this._linkifier = linkifier;
- TreeElement.call(this, title, true);
+ TreeElement.call(this, title);
this.toggleOnClick = true;
this.selectable = false;
}

Powered by Google App Engine
This is Rietveld 408576698