| Index: build/sanitizers/tsan_suppressions.cc
|
| diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
|
| index 8ee608388b106351ec14e3064f8c131e3e8fb2cc..09cf5223237cd2741c32da1286502411e9b21204 100644
|
| --- a/build/sanitizers/tsan_suppressions.cc
|
| +++ b/build/sanitizers/tsan_suppressions.cc
|
| @@ -310,6 +310,10 @@ char kTSanDefaultSuppressions[] =
|
| // https://crbug.com/433993
|
| "deadlock:content::WebRtcAudioDeviceImpl\n"
|
|
|
| +// http://crbug.com/417193
|
| +// Suppressing both AudioContext.{cpp,h}.
|
| +"race:modules/webaudio/AudioContext\n"
|
| +
|
| // End of suppressions.
|
| ; // Please keep this semicolon.
|
|
|
|
|