зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
9f02c96781
Коммит
82eac4bff7
|
@ -170,6 +170,7 @@ var ignoreFunctions = {
|
|||
|
||||
// Bug 1056410 - devirtualization prevents the standard nsISupports::Release heuristic from working
|
||||
"uint32 nsXPConnect::Release()" : true,
|
||||
"uint32 nsIAtom::Release()" : true,
|
||||
|
||||
// Allocation API
|
||||
"malloc": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче