Commit 1f26d43e authored by glider's avatar glider Committed by Commit bot

Suppress data races in blink::Scheduler

BUG=456095
TBR=skyostil@chromium.org

Review URL: https://codereview.chromium.org/895753003

Cr-Commit-Position: refs/heads/master@{#315027}
parent 7ad7bd4d
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment