fixing build bustage

git-svn-id: svn://10.0.0.236/trunk@188886 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2006-02-03 21:50:25 +00:00
parent 4d8ef5cd22
commit f1df277163

View File

@@ -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)