mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1155766
- Fix a bad assertion r=dbaron
--HG-- extra : rebase_source : 434379ab758ea7cfc7d54ac2379c2f609444349b
This commit is contained in:
parent
947ef6f336
commit
6d0096a8b3
@ -205,7 +205,7 @@ nsHTMLCSSStyleSheet::EvictStyleAttr(const nsAString& aSerialized,
|
||||
{
|
||||
#ifdef DEBUG
|
||||
{
|
||||
NS_ASSERTION(aValue = mCachedStyleAttrs.Get(aSerialized),
|
||||
NS_ASSERTION(aValue == mCachedStyleAttrs.Get(aSerialized),
|
||||
"Cached value does not match?!");
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user