This commit is contained in:
darin%meer.net 2006-02-03 21:50:25 +00:00
Родитель c92881580c
Коммит 3ac0e555eb
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -402,9 +402,9 @@ NS_IMETHODIMP nsContentTreeOwner::SetStatus(PRUint32 aStatusType,
const PRUnichar* aStatus)
{
return SetStatusWithContext(aStatusType,
aStatus ? nsDependentString(aStatus)
: EmptyString(),
nsnull);
aStatus ? NS_STATIC_CAST(const nsString &, nsDependentString(aStatus))
: EmptyString(),
nsnull);
}
NS_IMETHODIMP nsContentTreeOwner::SetWebBrowser(nsIWebBrowser* aWebBrowser)