Bug 580969 nsHTMLSelectElement.cpp failed to compile with Sun Studio r=peterv a=bsmedberg

This commit is contained in:
Ginn Chen 2010-07-27 17:21:45 +08:00
Родитель e0eb18127b
Коммит b1476fce7f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -122,7 +122,7 @@ public:
*/
nsHTMLOptionElement *ItemAsOption(PRUint32 aIndex)
{
return mElements.SafeElementAt(aIndex, nsRefPtr<nsHTMLOptionElement>());
return mElements.SafeElementAt(aIndex, nsnull);
}
/**