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 370bd701dfd49ada3f0fca1c3915b88b297c4520..d65e90477ad674985b918fd4a77daaf7d25206ec 100644 |
--- a/Source/devtools/front_end/timeline/TimelinePanel.js |
+++ b/Source/devtools/front_end/timeline/TimelinePanel.js |
@@ -804,8 +804,10 @@ WebInspector.TimelinePanel.prototype = { |
this._lazyFrameModel.addRecords(this._model.records()); |
} |
} |
- if (this._tracingTimelineModel) |
+ if (this._tracingTimelineModel) { |
+ this.requestWindowTimes(this._tracingTimelineModel.minimumRecordTime(), this._tracingTimelineModel.maximumRecordTime()); |
this._refreshViews(); |
+ } |
this._hideProgressPane(); |
}, |