fixing build bustage
git-svn-id: svn://10.0.0.236/trunk@188886 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user