Index: build/sanitizers/tsan_suppressions.cc |
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc |
index ae6958337abdff65c2e344a11dc903de49ff4572..b3e224df7f8171c28114a7ae6cc6b1ea7105ea83 100644 |
--- a/build/sanitizers/tsan_suppressions.cc |
+++ b/build/sanitizers/tsan_suppressions.cc |
@@ -315,6 +315,9 @@ char kTSanDefaultSuppressions[] = |
// https://crbug.com/448203 |
"race:blink::RemoteFrame::detach\n" |
+// https://crbug.com/455665 |
+"race:mojo::common::*::tick_clock\n" |
+ |
// End of suppressions. |
; // Please keep this semicolon. |