adjusting chrome for new _blank windows

git-svn-id: svn://10.0.0.236/trunk@55389 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com 1999-12-06 01:40:51 +00:00
parent f5e27dc7bc
commit 947c3cd8c1
2 changed files with 2 additions and 2 deletions

View File

@ -2651,7 +2651,7 @@ nsWebShell::GetTarget(const PRUnichar* aName)
if (name.EqualsIgnoreCase("_blank")) {
nsIWebShell *shell;
if (NS_OK == NewWebShell(PRUint32(~0), PR_TRUE, shell))
if (NS_OK == NewWebShell(NS_CHROME_ALL_CHROME, PR_TRUE, shell))
target = shell;
else
{

View File

@ -2651,7 +2651,7 @@ nsWebShell::GetTarget(const PRUnichar* aName)
if (name.EqualsIgnoreCase("_blank")) {
nsIWebShell *shell;
if (NS_OK == NewWebShell(PRUint32(~0), PR_TRUE, shell))
if (NS_OK == NewWebShell(NS_CHROME_ALL_CHROME, PR_TRUE, shell))
target = shell;
else
{