Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: tracing/tracing/model/clock_sync_manager.html

Issue 2955053002: Remove tr.b.identity. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « tracing/tracing/metrics/metric_registry.html ('k') | tracing/tracing/ui/analysis/memory_dump_allocator_details_pane_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698