Bug 1403690 Part 1: Adjust heap write analysis whitelist to include Gecko_GetLookAndFeelSystemColor. r=manishearth

MozReview-Commit-ID: 1PjN0ZTpw10

--HG--
extra : rebase_source : 92fdcf32854b4e985d9fd3582a78ba6126657a5e
This commit is contained in:
Brad Werth 2017-10-02 15:00:33 -07:00
parent 18f2f9d641
commit 10b7071d5a

View File

@ -492,7 +492,7 @@ function ignoreContents(entry)
// Need main thread assertions or other fixes.
/EffectCompositor::GetServoAnimationRule/,
/LookAndFeel::GetColor/,
/Gecko_GetLookAndFeelSystemColor/,
];
if (entry.matches(whitelist))
return true;