| Index: Source/devtools/front_end/timeline/TimelinePanel.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelinePanel.js b/Source/devtools/front_end/timeline/TimelinePanel.js
|
| index 80eec9fbc9f0860e3ee64d9d50fd0057daac663c..3dfa2be8ddeacd1a8fcf520736caf2359384cfce 100644
|
| --- a/Source/devtools/front_end/timeline/TimelinePanel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelinePanel.js
|
| @@ -76,7 +76,7 @@ WebInspector.TimelinePanel = function()
|
|
|
| // Create model.
|
| if (WebInspector.experimentsSettings.timelineOnTraceEvents.isEnabled()) {
|
| - this._tracingModel = new WebInspector.TracingModel(WebInspector.targetManager.activeTarget());
|
| + this._tracingModel = new WebInspector.TracingModel(WebInspector.targetManager.mainTarget());
|
| this._tracingModel.addEventListener(WebInspector.TracingModel.Events.BufferUsage, this._onTracingBufferUsage, this);
|
|
|
| this._uiUtils = new WebInspector.TracingTimelineUIUtils();
|
|
|