| Index: Source/devtools/front_end/timeline/TimelineModelImpl.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineModelImpl.js b/Source/devtools/front_end/timeline/TimelineModelImpl.js
|
| index 5c529f2fd22f9588052a9a766c0752b9775de204..083a1708511adaafc49752c02e8a009cfd5f6f53 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineModelImpl.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineModelImpl.js
|
| @@ -168,7 +168,7 @@ WebInspector.TimelineModelImpl.prototype = {
|
| _innerAddRecord: function(payload, parentRecord)
|
| {
|
| var record = new WebInspector.TimelineModel.RecordImpl(this, payload, parentRecord);
|
| - if (WebInspector.TimelineUIUtils.isEventDivider(record))
|
| + if (WebInspector.TimelineUIUtilsImpl.isEventDivider(record))
|
| this._eventDividerRecords.push(record);
|
|
|
| for (var i = 0; payload.children && i < payload.children.length; ++i)
|
|
|