Commit 288f4f0f authored by yurys@chromium.org's avatar yurys@chromium.org

Fix typo in TimelineView highlighter

This was introduced in r176205.

BUG=None
TBR=caseq

Review URL: https://codereview.chromium.org/339873002

git-svn-id: svn://svn.chromium.org/blink/trunk@176297 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 68ec20f8
......@@ -825,7 +825,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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment