Bug 1589207 - Suppress two leaks in WebPlatform tests. r=mccr8

Differential Revision: https://phabricator.services.mozilla.com/D49640

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Christian Holler 2019-10-18 13:28:05 +00:00
Родитель d244997cc9
Коммит 2ced8edca1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,2 +1,2 @@
lsan-allowed: [Alloc, mozilla::dom::ChromeUtils::GenerateQI]
lsan-allowed: [Alloc, mozilla::dom::ChromeUtils::GenerateQI, EntrySlotOrCreate, mozilla::dom::BrowsingContext_Binding::CreateInterfaceObjects, mozilla::dom::WindowGlobalChild_Binding::CreateInterfaceObjects, mozilla::dom::GetPerInterfaceObjectHandle]
leak-threshold: [default:153600, tab:307200]