Commit 2d4801ef authored by nhiroki@chromium.org's avatar nhiroki@chromium.org

ServiceWorker: Remove unused suppression for tsan


BUG=361790
TBR=nhiroki@chromium.org
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278336 0039d316-1c4b-4281-b951-d872f2087c98
parent 80a8aaec
...@@ -255,9 +255,6 @@ char kTSanDefaultSuppressions[] = ...@@ -255,9 +255,6 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/350982 // http://crbug.com/350982
"race:libvpx/vp9/decoder/vp9_thread.c\n" "race:libvpx/vp9/decoder/vp9_thread.c\n"
// http://crbug.com/361790
"race:workerGlobalScopeDestroyed\n"
// http://crbug.com/363999 // http://crbug.com/363999
"race:v8::internal::EnterDebugger::*EnterDebugger\n" "race:v8::internal::EnterDebugger::*EnterDebugger\n"
......
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