Bug 1615265 - Backed out changeset 6e297cea9592 and applied proper change. r=decoder

I accidentally got these two mixed up!!

Differential Revision: https://phabricator.services.mozilla.com/D95132
This commit is contained in:
Alexis Beingessner 2020-11-02 15:07:02 +00:00
Родитель fd835ad8a6
Коммит 0d1f97e1a4
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -271,6 +271,9 @@ extern "C" const char* __tsan_default_suppressions() {
"race:makeOwnBaseShape\n"
"race:numDynamicSlots\n"
// Bug 1608462
"deadlock:ScriptPreloader::OffThreadDecodeCallback\n"
// Bug 1615017
"race:CacheFileMetadata::SetHash\n"
"race:CacheFileMetadata::OnDataWritten\n"
@ -279,9 +282,6 @@ extern "C" const char* __tsan_default_suppressions() {
"race:_dl_deallocate_tls\n"
"race:__libc_memalign\n"
// Bug 1615265
"race:ScriptPreloader::OffThreadDecodeCallback\n"
// Bug 1664535
"race:setNeedsIncrementalBarrier\n"
"race:needsIncrementalBarrier\n"