| 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 a1f08028b4ea4e4ad4c3205907dcc476e286df27..fbda82891697e97551266653c4340667d2e06c74 100644
|
| --- a/Source/devtools/front_end/timeline/TimelinePanel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelinePanel.js
|
| @@ -71,7 +71,7 @@ WebInspector.TimelinePanel = function()
|
| /** @type {!Array.<!WebInspector.TimelineModeView>} */
|
| this._currentViews = [];
|
|
|
| - this._overviewModeSetting = WebInspector.settings.createSetting("timelineOverviewMode", WebInspector.TimelinePanel.OverviewMode.Frames);
|
| + this._overviewModeSetting = WebInspector.settings.createSetting("timelineOverviewMode", WebInspector.TimelinePanel.OverviewMode.Events);
|
| this._flameChartEnabledSetting = WebInspector.settings.createSetting("timelineFlameChartEnabled", true);
|
| this._createToolbarItems();
|
|
|
|
|