| 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 115ab2b5fec0c0e2f1338fa35d81351191b12fe8..a9ef226dfcd58090a3f207b13890cae181a61918 100644
|
| --- a/Source/devtools/front_end/timeline/TimelinePanel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelinePanel.js
|
| @@ -705,7 +705,7 @@ WebInspector.TimelinePanel.prototype = {
|
| console.assert(!this._statusDialog, "Status dialog is already opened.");
|
| this._statusDialog = new WebInspector.TimelinePanel.StatusDialog();
|
| this._statusDialog.addEventListener(WebInspector.TimelinePanel.StatusDialog.Events.Finish, this._stopRecording, this);
|
| - WebInspector.Dialog.show(null, this._statusDialog, true);
|
| + WebInspector.Dialog.show(this._statusDialog, true);
|
| this._updateStatus(WebInspector.UIString("Initializing recording\u2026"));
|
|
|
| this._autoRecordGeneration = userInitiated ? null : {};
|
|
|