Bug 1324647 - Upgrade back "Need to flush before destroying!" assertion.

MozReview-Commit-ID: LATviqCtWjk

--HG--
extra : source : 13e67cdf9f65359d2e19b2e767fbc5861f363158
This commit is contained in:
Xidorn Quan 2017-07-11 14:46:16 +10:00
parent f051ae4a45
commit e324732c9f

View File

@ -40,8 +40,7 @@ public:
~OverflowChangedTracker()
{
// XXXheycam Temporarily downgrade this assertion (bug 1324647).
NS_ASSERTION_STYLO_WARNING(mEntryList.empty(), "Need to flush before destroying!");
NS_ASSERTION(mEntryList.empty(), "Need to flush before destroying!");
}
/**