| Index: Source/devtools/front_end/TimelineFlameChart.js
|
| diff --git a/Source/devtools/front_end/TimelineFlameChart.js b/Source/devtools/front_end/TimelineFlameChart.js
|
| index 7452c41852a4503af57f3f1d9c74794e37716c35..fea9a29b10139039d6456d45b8c0495fc46fccb4 100644
|
| --- a/Source/devtools/front_end/TimelineFlameChart.js
|
| +++ b/Source/devtools/front_end/TimelineFlameChart.js
|
| @@ -454,6 +454,7 @@ WebInspector.TimelineFlameChart.prototype = {
|
| _onRecordingStarted: function()
|
| {
|
| this._automaticallySizeWindow = true;
|
| + this._mainView.reset();
|
| },
|
|
|
| /**
|
|
|