| Index: tracing/tracing/model/helpers/chrome_process_helper.html
|
| diff --git a/tracing/tracing/model/helpers/chrome_process_helper.html b/tracing/tracing/model/helpers/chrome_process_helper.html
|
| index 7f3736d0f9c7284099480ed2badcf5825f910ec2..c86714d8b5a0d2ff8cab469a12d996c4796ad90d 100644
|
| --- a/tracing/tracing/model/helpers/chrome_process_helper.html
|
| +++ b/tracing/tracing/model/helpers/chrome_process_helper.html
|
| @@ -66,8 +66,8 @@ tr.exportTo('tr.model.helpers', function() {
|
| start = slice.start;
|
| } else if (/^telemetry\.internal\.[^.]*\.end$/.test(slice.title) &&
|
| start !== undefined) {
|
| - this.telemetryInternalRanges_.push(tr.b.Range.fromExplicitRange(
|
| - start, slice.end));
|
| + this.telemetryInternalRanges_.push(
|
| + tr.b.math.Range.fromExplicitRange(start, slice.end));
|
| start = undefined;
|
| }
|
| }
|
|
|