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

Unified Diff: base/debug/tsan_suppressions.cc

Issue 341033002: ServiceWorker: Remove unused suppression for tsan (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/tsan_suppressions.cc
diff --git a/base/debug/tsan_suppressions.cc b/base/debug/tsan_suppressions.cc
index 1c7ba0f18788632be2098ee99bf41dc6ebb0ec32..4c9fab15c202290bf038caf26ee11ece7c302831 100644
--- a/base/debug/tsan_suppressions.cc
+++ b/base/debug/tsan_suppressions.cc
@@ -255,9 +255,6 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/350982
"race:libvpx/vp9/decoder/vp9_thread.c\n"
-// http://crbug.com/361790
-"race:workerGlobalScopeDestroyed\n"
-
// http://crbug.com/363999
"race:v8::internal::EnterDebugger::*EnterDebugger\n"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698