Fixing uninitialized variable that was introduced with the fix for bug 230840.
This commit is contained in:
Родитель
1be294e054
Коммит
d0e664d3a2
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче