| 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 41846d45ebab7d1212c6f19b6a9e4eb461743f79..7e160a3f29c364eda2c23124e4eca9e126afaaf1 100644
|
| --- a/tracing/tracing/model/clock_sync_manager.html
|
| +++ b/tracing/tracing/model/clock_sync_manager.html
|
| @@ -410,7 +410,7 @@ tr.exportTo('tr.model', function() {
|
| this.error = error;
|
| }
|
|
|
| - Transformer.IDENTITY = new Transformer(tr.b.identity, 0);
|
| + Transformer.IDENTITY = new Transformer((x => x), 0);
|
|
|
| /**
|
| * Given two transformers, creates a third that's a composition of the two.
|
|
|