Bug 1362338: Manually whitelist nsIAtom::Release in the root analysis. r=froydnj,sfink

This is the only approach that I managed to make work.

MozReview-Commit-ID: CUnkDoYN3di

--HG--
extra : rebase_source : 469912d015a403ef481685c617010613ea36b0b3
This commit is contained in:
Emilio Cobos Álvarez 2017-08-10 12:20:10 +02:00
Родитель 9f02c96781
Коммит 82eac4bff7
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -170,6 +170,7 @@ var ignoreFunctions = {
// Bug 1056410 - devirtualization prevents the standard nsISupports::Release heuristic from working // Bug 1056410 - devirtualization prevents the standard nsISupports::Release heuristic from working
"uint32 nsXPConnect::Release()" : true, "uint32 nsXPConnect::Release()" : true,
"uint32 nsIAtom::Release()" : true,
// Allocation API // Allocation API
"malloc": true, "malloc": true,