mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 386804. Make 'cache not empty' assertion into a warning. r=vlad
This commit is contained in:
parent
1e18e91cd6
commit
e58660ef2b
@ -48,7 +48,7 @@ public:
|
||||
mCache.Init(100);
|
||||
}
|
||||
~TextRunWordCache() {
|
||||
NS_ASSERTION(mCache.Count() == 0, "Textrun cache not empty!");
|
||||
NS_WARN_IF_FALSE(mCache.Count() == 0, "Textrun cache not empty!");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user