| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineNetworkFlameChart.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineNetworkFlameChart.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineNetworkFlameChart.js
|
| index a6c73d37145f6d48f3aec29efa5b0d89dcf1f2b0..a87831d864b33204a87fe984412677eec54bf3bb 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineNetworkFlameChart.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineNetworkFlameChart.js
|
| @@ -23,7 +23,7 @@ Timeline.TimelineFlameChartNetworkDataProvider = class extends Timeline.Timeline
|
| height: 17,
|
| collapsible: true,
|
| color: UI.themeSupport.patchColor('#222', UI.ThemeSupport.ColorUsage.Foreground),
|
| - font: this._font,
|
| + font: this.font(),
|
| backgroundColor: UI.themeSupport.patchColor('white', UI.ThemeSupport.ColorUsage.Background),
|
| nestingLevel: 0,
|
| useFirstLineForOverview: false,
|
|
|