Pass the view command as the default for the webshell to the document loader...

git-svn-id: svn://10.0.0.236/trunk@14423 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1998-11-11 10:58:14 +00:00
parent 47cd835bdd
commit 40ea51753a
2 changed files with 4 additions and 4 deletions

View File

@@ -1175,7 +1175,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
}
rv = mDocLoader->LoadDocument(urlSpec, // URL string
nsnull, // Command
"View", // Command
this, // Container
aPostData, // Post Data
nsnull, // Extra Info...
@@ -1279,7 +1279,7 @@ nsWebShell::GoTo(PRInt32 aHistoryIndex)
}
rv = mDocLoader->LoadDocument(urlSpec, // URL string
nsnull, // Command
"View", // Command
this, // Container
nsnull, // Post Data
nsnull, // Extra Info...