зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c372a33920
Коммит
a7e21703f6
|
@ -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/,
|
||||
|
|
Загрузка…
Ссылка в новой задаче