| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| index 8a2264638c5ededb34773e0bf0ef629c18b83fec..2fcfbbb2e9ddb91078a2cb10a5ac1ee0a7363ce8 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| @@ -297,8 +297,8 @@ Timeline.TimelinePanel = class extends UI.Panel {
|
| Common.UIString('New recording'), 'largeicon-add', Common.UIString('New'));
|
| newButton.addEventListener(UI.ToolbarButton.Events.Click, this._clear, this);
|
| this._panelToolbar.appendToolbarItem(newButton);
|
| - this._panelToolbar.appendToolbarItem(UI.Toolbar.createActionButton(this._toggleRecordAction));
|
| this._panelToolbar.appendToolbarItem(UI.Toolbar.createActionButtonForId('main.reload'));
|
| + this._panelToolbar.appendToolbarItem(UI.Toolbar.createActionButton(this._toggleRecordAction));
|
| } else if (Runtime.experiments.isEnabled('timelineRecordingPerspectives') &&
|
| perspectiveSetting.get() === Timeline.TimelinePanel.Perspectives.Load) {
|
| const reloadButton = new UI.ToolbarButton(Common.UIString('Record & Reload'), 'largeicon-refresh');
|
|
|