I failed to merge this hunk correctly last time :-[ b=104532 r=danm sr=jst a=asa

This commit is contained in:
neil%parkwaycc.co.uk 2005-02-17 19:46:01 +00:00
Родитель dff15a4252
Коммит 81a760b8fd
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -359,6 +359,10 @@ nsContentTreeOwner::GetPersistence(PRBool* aPersistPosition,
NS_IMETHODIMP nsContentTreeOwner::SetStatus(PRUint32 aStatusType, const PRUnichar* aStatus)
{
// We only allow the status to be set from the primary content shell
if (!mPrimary)
return NS_OK;
nsCOMPtr<nsIXULBrowserWindow> xulBrowserWindow;
mXULWindow->GetXULBrowserWindow(getter_AddRefs(xulBrowserWindow));