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

MozReview-Commit-ID: 1PjN0ZTpw10

--HG--
extra : rebase_source : bd0e2e690dd0d88c5c639f62297ed5189a31d8ef
This commit is contained in:
Brad Werth 2017-10-02 15:00:33 -07:00
parent e7b42ecace
commit 7751145bbd

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;