mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Bug 1324647 - Upgrade back "Need to flush before destroying!" assertion.
MozReview-Commit-ID: LATviqCtWjk --HG-- extra : source : 13e67cdf9f65359d2e19b2e767fbc5861f363158
This commit is contained in:
parent
f051ae4a45
commit
e324732c9f
@ -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!");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user