| Index: tracing/tracing/model/clock_sync_manager.html
|
| diff --git a/tracing/tracing/model/clock_sync_manager.html b/tracing/tracing/model/clock_sync_manager.html
|
| index 4aaa0e9a813a02b0298f5ca78a84f6afa3862015..1034c32c1e3959d62c0054aaea22000305bfb59d 100644
|
| --- a/tracing/tracing/model/clock_sync_manager.html
|
| +++ b/tracing/tracing/model/clock_sync_manager.html
|
| @@ -396,7 +396,8 @@ tr.exportTo('tr.model', function() {
|
| * returns a timestamp in |toMarker|'s domain.
|
| */
|
| Transformer.fromMarkers = function(fromMarker, toMarker) {
|
| - var fromTs = fromMarker.ts, toTs = toMarker.ts;
|
| + var fromTs = fromMarker.ts;
|
| + var toTs = toMarker.ts;
|
|
|
| // TODO(charliea): Usually, we estimate that the clock sync marker is
|
| // issued by the agent exactly in the middle of the controller's start and
|
|
|