| Index: tracing/tracing/ui/tracks/power_series_track.html
|
| diff --git a/tracing/tracing/ui/tracks/power_series_track.html b/tracing/tracing/ui/tracks/power_series_track.html
|
| index d46d0b97a89a9be92310463cf94f8344c2485505..d10781a922674eb385a671f8b49720809aaeea9f 100644
|
| --- a/tracing/tracing/ui/tracks/power_series_track.html
|
| +++ b/tracing/tracing/ui/tracks/power_series_track.html
|
| @@ -59,8 +59,7 @@ tr.exportTo('tr.ui.tracks', function() {
|
| },
|
|
|
| buildChartSeries_: function() {
|
| - if (!this.hasVisibleContent)
|
| - return [];
|
| + if (!this.hasVisibleContent) return [];
|
|
|
| var seriesYAxis = new tr.ui.tracks.ChartSeriesYAxis(0, undefined);
|
| var pts = this.powerSeries_.samples.map(function(smpl) {
|
|
|