Bug 534171: Make sure to initialize local variable "success" in nsBulletFrame::AppendCounterText. r=dbaron

This commit is contained in:
Daniel Holbert 2009-12-12 22:27:31 -08:00
Родитель 626ce59612
Коммит 9e239b475a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -980,7 +980,7 @@ nsBulletFrame::AppendCounterText(PRInt32 aListStyleType,
PRInt32 aOrdinal,
nsString& result)
{
PRBool success;
PRBool success = PR_TRUE;
switch (aListStyleType) {
case NS_STYLE_LIST_STYLE_NONE: // used by counters code only