Default to all chrome rather than no chrome. bug fix for 27354.

This commit is contained in:
tbogard@aol.net
2000-02-11 08:21:15 +00:00
parent cbb7597c33
commit 32b22fd74b

View File

@@ -44,7 +44,7 @@ static NS_DEFINE_CID(kWindowMediatorCID, NS_WINDOWMEDIATOR_CID);
//*****************************************************************************
nsContentTreeOwner::nsContentTreeOwner(PRBool fPrimary) : mXULWindow(nsnull),
mPrimary(fPrimary), mChromeMask(0)
mPrimary(fPrimary), mChromeMask(nsIWebBrowserChrome::allChrome)
{
NS_INIT_REFCNT();
}