Bug 1380133 - Part 10: Whitelist nsStyleContext::PeekStyleXXX for heap writes. r=heycam

MozReview-Commit-ID: BLlJm7JUnOq

--HG--
extra : rebase_source : 424d25b0dd3ea76c2df9a304d9ff734f8f4cc2be
This commit is contained in:
Cameron McCormack 2017-07-21 11:51:04 +08:00
Родитель c372a33920
Коммит a7e21703f6
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -413,6 +413,10 @@ function ignoreContents(entry)
"Gecko_CopyMozBorderColors",
"Gecko_SetNullImageValue",
// The analysis thinks we'll write to mBits in the DoGetStyleFoo<false>
// call. Maybe the template parameter confuses it?
/nsStyleContext::PeekStyle/,
// Needs main thread assertions or other fixes.
/UndisplayedMap::GetEntryFor/,
/nsStyleContext::CalcStyleDifferenceInternal/,