Bug 386804. Make 'cache not empty' assertion into a warning. r=vlad

This commit is contained in:
roc+@cs.cmu.edu 2007-07-04 20:05:06 -07:00
Родитель 8659a83e2d
Коммит 33c8776cf9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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!");
}
/**