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

Unified Diff: build/sanitizers/tsan_suppressions.cc

Issue 2251903002: Destruct base::Thread before WorkerThread::terminateAndWait returns (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: temp Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/DedicatedWorkerThread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/sanitizers/tsan_suppressions.cc
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
index 13092488d696eb0fb02f642217c5602143635f88..8f261a385a5376bd1cfc78585c87c570c96525a0 100644
--- a/build/sanitizers/tsan_suppressions.cc
+++ b/build/sanitizers/tsan_suppressions.cc
@@ -177,9 +177,6 @@ char kTSanDefaultSuppressions[] =
"race:content::"
"RendererWebKitPlatformSupportImpl::~RendererWebKitPlatformSupportImpl\n"
-// http://crbug.com/345240
-"race:WTF::s_shutdown\n"
-
// http://crbug.com/345618
"race:WebCore::AudioDestinationNode::render\n"
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/DedicatedWorkerThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698