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

Unified Diff: Source/devtools/front_end/TimelinePresentationModel.js

Issue 201823003: Timeline: fix expansion arrow appearing on rows with no visible children (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | Source/devtools/front_end/TimelineView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/TimelinePresentationModel.js
diff --git a/Source/devtools/front_end/TimelinePresentationModel.js b/Source/devtools/front_end/TimelinePresentationModel.js
index 2c44db69b1d7a62aa01f3ac229675b35f7df563c..c07a50e94d1e1e3e59159c36a87a607bb20792e0 100644
--- a/Source/devtools/front_end/TimelinePresentationModel.js
+++ b/Source/devtools/front_end/TimelinePresentationModel.js
@@ -346,14 +346,6 @@ WebInspector.TimelinePresentationModel.Record.prototype = {
/**
* @return {boolean}
*/
- hasPresentationChildren: function()
- {
- return !!this._presentationChildren.length;
- },
-
- /**
- * @return {boolean}
- */
coalesced: function()
{
return this._coalesced;
« no previous file with comments | « no previous file | Source/devtools/front_end/TimelineView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698