Fixing uninitialized variable that was introduced with the fix for bug 230840.

This commit is contained in:
jst%mozilla.jstenback.com 2004-01-26 21:58:09 +00:00
Родитель 1be294e054
Коммит d0e664d3a2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2043,7 +2043,7 @@ nsTextServicesDocument::DeleteSelection()
// The range has changed, so we need to create a new content
// iterator based on the new range.
nsIContent *curContent;
nsIContent *curContent = nsnull;
if (mIteratorStatus != nsTextServicesDocument::eIsDone)
{