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

Unified Diff: build/sanitizers/tsan_suppressions.cc

Issue 1038573002: Fixed thread-unsafe use of gfx::Image in app shortcut creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 9 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
Index: build/sanitizers/tsan_suppressions.cc
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
index 43db731f12fc1ef8523788cfacf09fa169772ee1..22b4be00323f2d5a3ad7bd6999d9e26c1ea0a65a 100644
--- a/build/sanitizers/tsan_suppressions.cc
+++ b/build/sanitizers/tsan_suppressions.cc
@@ -245,9 +245,6 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/363999
"race:v8::internal::EnterDebugger::*EnterDebugger\n"
-// http://crbug.com/364006
-"race:gfx::ImageFamily::~ImageFamily\n"
-
// https://code.google.com/p/v8/issues/detail?id=3143
"race:v8::internal::FLAG_track_double_fields\n"

Powered by Google App Engine
This is Rietveld 408576698