| Index: build/sanitizers/tsan_suppressions.cc
|
| diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
|
| index 7bd3e85a31eee5e110dd86e4af2292f47f17a806..a15cba12682ca9e54e6a30bb5d87d8feacb3c115 100644
|
| --- a/build/sanitizers/tsan_suppressions.cc
|
| +++ b/build/sanitizers/tsan_suppressions.cc
|
| @@ -322,6 +322,9 @@ char kTSanDefaultSuppressions[] =
|
| // https://crbug.com/455665
|
| "race:mojo::common::*::tick_clock\n"
|
|
|
| +// https://crbug.com/456095
|
| +"race:blink::Scheduler\n"
|
| +
|
| // End of suppressions.
|
| ; // Please keep this semicolon.
|
|
|
|
|