Index: Source/devtools/front_end/timeline/TimelineView.js |
diff --git a/Source/devtools/front_end/timeline/TimelineView.js b/Source/devtools/front_end/timeline/TimelineView.js |
index 55b10ad4a5676d998d1300422ef727286040fba2..c2d8e16899389d1191d3b591727b04fd9e561dd1 100644 |
--- a/Source/devtools/front_end/timeline/TimelineView.js |
+++ b/Source/devtools/front_end/timeline/TimelineView.js |
@@ -826,7 +826,7 @@ WebInspector.TimelineView.prototype = { |
if (!rowElement || !rowElement.row) |
return false; |
var presentationRecord = rowElement.row._record; |
- if (presentationRecord.collapsed()) |
+ if (presentationRecord.coalesced()) |
return false; |
var record = presentationRecord.record(); |
if (this._highlightedQuadRecord === record) |